azure-storage-blob\src\Blob\Models\ContainerACL.php

Show: PublicProtectedPrivateinherited
Table of Contents
LICENSE: The MIT License (the "License") you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://github.com/azure/azure-storage-php/LICENSE

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

PHP version 5

Author
Azure Storage PHP SDK  
Category
Microsoft  
Copyright
2016 Microsoft Corporation  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  
Package
MicrosoftAzure\Storage\Blob\Models  

\MicrosoftAzure\Storage\Blob\Models\ContainerACL

Package: MicrosoftAzure\Storage\Blob\Models
Holds container ACL members.
Parent(s)
\MicrosoftAzure\Storage\Common\Internal\ACLBase
Author
Azure Storage PHP SDK  
Category
Microsoft  
Copyright
2016 Microsoft Corporation  
Inherited_from
\MicrosoftAzure\Storage\Common\Internal\ACLBase  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  

Methods

methodpublic__construct() : void

Constructor.

methodpublicaddSignedIdentifier(string $id, \DateTime $start, \DateTime $expiry, string $permissions) : void
inherited

Add a signed identifier to the ACL.

Inherited from:
Parameters
NameTypeDescription
$idstring

A unique id for this signed identifier.

$start\DateTime

The time at which the Shared Access Signature becomes valid. If omitted, start time for this call is assumed to be the time when the service receives the request.

$expiry\DateTime

The time at which the Shared Access Signature becomes invalid.

$permissionsstring

The permissions associated with the Shared Access Signature. The user is restricted to operations allowed by the permissions.

Details
See
 
methodprotectedcreateAccessPolicy() : \MicrosoftAzure\Storage\Blob\Models\ContainerAccessPolicy
static

Create a ContainerAccessPolicy object.

Returns
TypeDescription
\MicrosoftAzure\Storage\Blob\Models\ContainerAccessPolicy
methodprotectedcreateAccessPolicy() : \MicrosoftAzure\Storage\Common\Models\AccessPolicy
staticabstractinherited

Create an AccessPolicy object by resource type.

Inherited from:
Returns
TypeDescription
\MicrosoftAzure\Storage\Common\Models\AccessPolicy
methodpublicgetPublicAccess() : string

Gets container publicAccess.

Returns
TypeDescription
string
methodpublicgetSignedIdentifiers() : array
inherited

Gets signed identifiers.

Inherited from:
Returns
TypeDescription
array
methodpublicremoveSignedIdentifier(string $id) : boolean
inherited

Remove the signed identifier with given ID.

Inherited from:
Parameters
NameTypeDescription
$idstring

The ID of the signed identifier to be removed.

Returns
TypeDescription
boolean
methodpublicsetPublicAccess(string $publicAccess) : void

Sets container publicAccess.

Parameters
NameTypeDescription
$publicAccessstring

value.

methodpublicsetSignedIdentifiers( $signedIdentifiers) : void
inherited

Inherited from:
Parameters
NameTypeDescription
$signedIdentifiers
Documentation was generated by phpDocumentor 2.9.1.