| SharedAccessBlobPolicies Members |
| See Also Constructors Methods Properties Explicit Interface Implementations |
|
Represents the collection of shared access policies defined for a container.
The following tables list the members exposed by the SharedAccessBlobPolicies type.
Public Constructors
| Name | Description | |
|---|---|---|
| SharedAccessBlobPolicies |
Public Properties
| Name | Description | |
|---|---|---|
|
Count | Gets the number of key/ SharedAccessBlobPolicy value pairs contained in the shared access policies collection. |
|
IsReadOnly | Gets a value indicating whether the collection of shared access policies is read-only. |
|
Item | Gets or sets the SharedAccessBlobPolicy item associated with the specified key. |
|
Keys | Gets a collection containing the keys in the shared access policies collection. |
|
Values | Gets a collection containing the values in the shared access policies collection. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Add | Overloaded. |
|
Clear | Removes all keys and SharedAccessBlobPolicy values from the shared access collection. |
|
Contains | Determines whether the collection of shared access policies contains the key and SharedAccessBlobPolicy value in the specified KeyValuePair object. |
|
ContainsKey | Determines whether the collection of shared access policies contains the specified key. |
|
CopyTo | Copies each key in the key/ SharedAccessBlobPolicy value pair to a compatible one-dimensional array, starting at the specified index of the target array. |
|
Equals | (Inherited from Object) |
|
GetEnumerator | Returns an enumerator that iterates through the collection of shared access policies. |
|
GetHashCode | (Inherited from Object) |
|
GetType | (Inherited from Object) |
|
Remove | Overloaded. |
|
ToString | (Inherited from Object) |
|
TryGetValue | Gets the SharedAccessBlobPolicy item associated with the specified key. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection of shared access policies. |