Represents the collection of shared access policies defined for a table.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Table.::..SharedAccessTablePolicies
Syntax
public sealed class SharedAccessTablePolicies : IDictionary<string, SharedAccessTablePolicy>, ICollection<KeyValuePair<string, SharedAccessTablePolicy>>, IEnumerable<KeyValuePair<string, SharedAccessTablePolicy>>, IEnumerable
public ref class SharedAccessTablePolicies sealed : IDictionary<String^, SharedAccessTablePolicy^>, ICollection<KeyValuePair<String^, SharedAccessTablePolicy^>>, IEnumerable<KeyValuePair<String^, SharedAccessTablePolicy^>>, IEnumerable
[<Sealed>] type SharedAccessTablePolicies = class interface IDictionary<string, SharedAccessTablePolicy> interface ICollection<KeyValuePair<string, SharedAccessTablePolicy>> interface IEnumerable<KeyValuePair<string, SharedAccessTablePolicy>> interface IEnumerable end
Public NotInheritable Class SharedAccessTablePolicies Implements IDictionary(Of String, SharedAccessTablePolicy), ICollection(Of KeyValuePair(Of String, SharedAccessTablePolicy)), IEnumerable(Of KeyValuePair(Of String, SharedAccessTablePolicy)), IEnumerable
Constructors
Name | Description | |
---|---|---|
SharedAccessTablePolicies()()()() |
Properties
Name | Description | |
---|---|---|
CountCountCountCount | Gets the number of key/ SharedAccessTablePolicy value pairs contained in the shared access policies collection. | |
IsReadOnlyIsReadOnlyIsReadOnlyIsReadOnly | Gets a value indicating whether the collection of shared access policies is read-only. | |
Item[String]Item[String^]Item(String)Item(String) | Gets or sets the SharedAccessTablePolicy item associated with the specified key. | |
KeysKeysKeysKeys | Gets a collection containing the keys in the shared access policies collection. | |
ValuesValuesValuesValues | Gets a collection containing the values in the shared access policies collection. |
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.::..GetEnumerator()()()() | Returns an enumerator that iterates through the collection of shared access policies. |
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.