azure-storage-queue\src\Queue\Models\QueueACL.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
2017 Microsoft Corporation  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  
Package
MicrosoftAzure\Storage\Queue\Models  

\MicrosoftAzure\Storage\Queue\Models\QueueACL

Package: MicrosoftAzure\Storage\Queue\Models
Holds queue ACL members.
Parent(s)
\MicrosoftAzure\Storage\Common\Internal\ACLBase
Author
Azure Storage PHP SDK  
Category
Microsoft  
Copyright
2017 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\Queue\Models\QueueAccessPolicy
static

Create a QueueAccessPolicy object.

Returns
TypeDescription
\MicrosoftAzure\Storage\Queue\Models\QueueAccessPolicy
methodprotectedcreateAccessPolicy() : \MicrosoftAzure\Storage\Common\Models\AccessPolicy
staticabstractinherited

Create an AccessPolicy object by resource type.

Inherited from:
Returns
TypeDescription
\MicrosoftAzure\Storage\Common\Models\AccessPolicy
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
methodpublicsetSignedIdentifiers( $signedIdentifiers) : void
inherited

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