SharedAccessPolicies Members

Storage Client Library NET API

[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.

The following tables list the members exposed by the SharedAccessPolicies type.

Public Constructors

 NameDescription
SharedAccessPolicies 
Top

Public Properties

 NameDescription
public propertyComparer  (Inherited from Dictionary)
public propertyCount  (Inherited from Dictionary)
public propertyItem  (Inherited from Dictionary)
public propertyKeys  (Inherited from Dictionary)
public propertyValues  (Inherited from Dictionary)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodAdd  (Inherited from Dictionary)
public methodClear  (Inherited from Dictionary)
public methodContainsKey  (Inherited from Dictionary)
public methodContainsValue  (Inherited from Dictionary)
public methodEquals  (Inherited from Object)
public methodGetEnumerator  (Inherited from Dictionary)
public methodGetHashCode  (Inherited from Object)
public methodGetObjectData  (Inherited from Dictionary)
public methodGetType  (Inherited from Object)
public methodOnDeserialization  (Inherited from Dictionary)
public methodRemove  (Inherited from Dictionary)
public methodToString  (Inherited from Object)
public methodTryGetValue  (Inherited from Dictionary)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Explicit Interface Implementations

 NameDescription
Add  (Inherited from Dictionary)
Contains  (Inherited from Dictionary)
CopyTo  (Inherited from Dictionary)
Remove  (Inherited from Dictionary)
GetEnumerator  (Inherited from Dictionary)
CopyTo  (Inherited from Dictionary)
Add  (Inherited from Dictionary)
Contains  (Inherited from Dictionary)
GetEnumerator  (Inherited from Dictionary)
Remove  (Inherited from Dictionary)
GetEnumerator  (Inherited from Dictionary)
IsReadOnly  (Inherited from Dictionary)
Keys  (Inherited from Dictionary)
Values  (Inherited from Dictionary)
IsSynchronized  (Inherited from Dictionary)
SyncRoot  (Inherited from Dictionary)
IsFixedSize  (Inherited from Dictionary)
IsReadOnly  (Inherited from Dictionary)
Item  (Inherited from Dictionary)
Keys  (Inherited from Dictionary)
Values  (Inherited from Dictionary)
Top

See Also