Azure Namespace
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.
Classes
AsyncPageable<T> |
A collection of values that may take multiple service requests to iterate over. |
AzureCoreExtensions |
Extensions that can be used for serialization. |
AzureKeyCredential |
Key credential used to authenticate to an Azure Service. It provides the ability to update the key without creating a new client. |
AzureNamedKeyCredential |
Credential allowing a named key to be used for authenticating to an Azure Service. It provides the ability to update the key without creating a new client. |
AzureSasCredential |
Shared access signature credential used to authenticate to an Azure Service. It provides the ability to update the shared access signature without creating a new client. |
HttpAuthorization |
Represents authentication information in Authorization, ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header values. |
JsonPatchDocument |
Represents a JSON Patch document. |
MatchConditions |
Specifies HTTP options for conditional requests. |
Operation |
Represents a long-running operation. |
Operation<T> |
Represents a long-running operation that returns a value when it completes. |
Page<T> |
A single Page<T> of values from a request that may return zero or more Page<T>s of values. |
Pageable<T> |
A collection of values that may take multiple service requests to iterate over. |
PageableOperation<T> |
Represents a pageable long-running operation that exposes the results in either synchronous or asynchronous format. |
RequestConditions |
Specifies HTTP options for conditional requests based on modification time. |
RequestFailedException |
An exception thrown when service request fails. |
RequestOptions |
Options which can be used to control the behavior of a request sent by a client. |
Response |
Represents the HTTP response from the service. |
Response<T> |
Represents a result of Azure operation. |
SyncAsyncEventArgs |
Provides data for SyncAsyncEventHandler<T> events that can be invoked either synchronously or asynchronously. |
Structs
ETag |
Represents an HTTP ETag. |
HttpRange |
Defines a range of bytes within an HTTP resource, starting at an offset and ending at offset+count-1 inclusively. |
Enums
ResponseStatusOption |
ResponseStatusOption controls the behavior of an operation based on the status code of a response. |