[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Represents the collection of shared access policies defined for a container. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Represents the collection of shared access policies defined for a container. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim instance As SharedAccessPolicies |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class SharedAccessPolicies Inherits Dictionary(Of String, SharedAccessPolicy) |
C# |
---|
[SerializableAttribute] public class SharedAccessPolicies : Dictionary<string,SharedAccessPolicy> |
C++ |
---|
[SerializableAttribute] public ref class SharedAccessPolicies : public Dictionary<String^, SharedAccessPolicy^> |
J# |
---|
JScript |
---|
Remarks
A container-level shared access policy defines a set of parameters that may be applied to shared access signatures on the container or its blobs. The access policy, represented by a SharedAccessPolicy object, defines a start time, an expiry time, and a set of permissions for shared access. Note that a SharedAccessPolicy object may also be defined for the shared access signature itself.
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary
Microsoft.WindowsAzure.StorageClient.SharedAccessPolicies
System.Collections.Generic.Dictionary
Microsoft.WindowsAzure.StorageClient.SharedAccessPolicies
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.