SharedAccessQueuePolicies Methods

Windows Runtime Azure Storage Client Library

Public Methods (see also Protected Methods)

  Name Description
public method Add Overloaded.  
public method Clear Removes all keys and SharedAccessQueuePolicy values from the shared access collection.
public method Contains Determines whether the collection of shared access policies contains the key and SharedAccessQueuePolicy value in the specified KeyValuePair object.
public method ContainsKey Determines whether the collection of shared access policies contains the specified key.
public method CopyTo Copies each key/ SharedAccessQueuePolicy value pair in the shared access policies collection to a compatible one-dimensional array, starting at the specified index of the target array.
public method Equals  (Inherited from Object)
public method GetEnumerator Returns an enumerator that iterates through the collection of shared access policies.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Remove Overloaded.  
public method ToString  (Inherited from Object)
public method TryGetValue Gets the SharedAccessQueuePolicy item associated with the specified key.

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Explicit Interface Implementations

  Name Description
GetEnumerator Returns an enumerator that iterates through the collection of shared access policies.

See Also