BlobContainerPermissions Class (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobContainerPermissions Class
Represents the permissions for a container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object
Microsoft.WindowsAzure.Storage.Blob.::..BlobContainerPermissions
Syntax
Constructors
Name Description 
BlobContainerPermissions()()()() Initializes a new instance of the BlobContainerPermissions class.
Properties
Name Description 
PublicAccessPublicAccessPublicAccessPublicAccess Gets or sets the public access setting for the container.

SharedAccessPoliciesSharedAccessPoliciesSharedAccessPoliciesSharedAccessPolicies Gets the set of shared access policies for the container.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (Inherited from Object.)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents the permissions for a container.
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Blob.::..BlobContainerPermissions
Syntax
Constructors
| Name | Description | |
|---|---|---|
| BlobContainerPermissions()()()() | Initializes a new instance of the BlobContainerPermissions class. |
Properties
| Name | Description | |
|---|---|---|
| PublicAccessPublicAccessPublicAccessPublicAccess | Gets or sets the public access setting for the container. | |
| SharedAccessPoliciesSharedAccessPoliciesSharedAccessPoliciesSharedAccessPolicies | Gets the set of shared access policies for the container. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.