Dela via


ContainerHttpResponseParsers.GetProperties(HttpResponseMessage) Method

Definition

Gets the container's properties from the response.

public static Microsoft.Azure.Storage.Blob.BlobContainerProperties GetProperties (System.Net.Http.HttpResponseMessage response);
static member GetProperties : System.Net.Http.HttpResponseMessage -> Microsoft.Azure.Storage.Blob.BlobContainerProperties
Public Shared Function GetProperties (response As HttpResponseMessage) As BlobContainerProperties

Parameters

response
HttpResponseMessage

The web response.

Returns

The container's attributes.

Applies to