AccessPolicyResponse 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.]

Parses the response XML from an operation to set the access policy for a container.

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

Protected Fields

 NameDescription
protected fieldallObjectsParsed  Indicates that all parsable objects have been consumed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected fieldoutstandingObjectsToParse  Stores any objects that have not yet been parsed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected fieldreader  (Inherited from ResponseParsingBase)
Top

Public Properties (see also Protected Properties)

 NameDescription
public propertyAccessIdentifiersGets an enumerable collection of container-level access policy identifiers.
Top

Protected Properties

 NameDescription
protected propertyObjectsToParse  Gets the parsable objects. This method is reserved and should not be used. (Inherited from ResponseParsingBase)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodDispose  Overloaded. (Inherited from ResponseParsingBase)
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodDispose  Overloaded. (Inherited from ResponseParsingBase)
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
protected methodParseXmlOverridden. Parses the response XML from a Set Container ACL operation to retrieve container-level access policy data.
protected methodVariable  This method is reserved and should not be used. (Inherited from ResponseParsingBase)
Top

See Also