ContainerHttpResponseParsers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class ContainerHttpResponseParsers
type ContainerHttpResponseParsers = class
Public Class ContainerHttpResponseParsers
- Inheritance
-
ContainerHttpResponseParsers
Methods
GetAcl(HttpResponseMessage) |
Gets the ACL for the container from the response. |
GetMetadata(HttpResponseMessage) |
Gets the user-defined metadata. |
GetProperties(HttpResponseMessage) |
Gets the container's properties from the response. |
ReadAccountProperties(HttpResponseMessage) |
Reads account properties from a HttpWebResponse. |
ReadSharedAccessIdentifiersAsync(Stream, BlobContainerPermissions, CancellationToken) |
Reads the share access policies from a stream in XML. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET