Microsoft.Rest.Azure Namespace

Classes

AzureAsyncOperation

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is in progress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

AzureClientExtensions
AzureOperationHeaderResponse<THeader>
AzureOperationResponse

A standard service response including request ID.

AzureOperationResponse<T>

A standard service response including request ID.

AzureOperationResponse<TBody,THeader>

A standard service response including request ID.

ClientRequestTrackingHandler

Enables adding a correlation id to messages so that messages that are part of a long-running operation can be grouped together

CloudError

Provides additional information about an http error response

CloudErrorJsonConverter

JsonConverter that provides custom deserialization for CloudError objects.

CloudException

An exception generated from an http response returned from a Microsoft Azure service

CloudExceptionExtensions

Defines extension methods for the CloudException class.

JsonSerializerExtensions
ResourceJsonConverter

JsonConverter that provides custom serialization for resource-based objects.

Interfaces

IAzureClient

Interface for all Microsoft Azure clients.

IAzureOperationResponse

A standard service response including request ID.

IPage<T>

Defines a page interface in Azure responses.

IResource

Defines Azure resource.