See: Description
| Interface | Description |
|---|---|
| Page<E> |
Defines a page interface in Azure responses.
|
| Class | Description |
|---|---|
| AzureClient |
An instance of this class defines a ServiceClient that handles polling and
retrying for long running operations when accessing Azure resources.
|
| AzureEnvironment |
An instance of this class describes an environment in Azure.
|
| AzureResponseBuilder<T,E extends RestException> |
The builder for building a
ServiceResponse customized for Azure. |
| AzureResponseBuilder.Factory |
A factory to create an Azure response builder.
|
| AzureServiceClient |
ServiceClient is the abstraction for accessing REST operations and their payload data types.
|
| AzureServiceFuture<T> |
An instance of this class provides access to the underlying REST call invocation.
|
| CloudError |
An instance of this class provides additional information about an http error response.
|
| ListOperationCallback<E> |
The callback used for client side asynchronous list operations.
|
| LongRunningOperationOptions |
Type representing LRO meta-data present in the x-ms-long-running-operation-options autorest extension.
|
| PagedList<E> |
Defines a list response from a paging operation.
|
| PolicyViolation |
An instance of this class provides Azure policy violation information.
|
| PolicyViolationErrorInfo |
An instance of this class provides Azure policy violation information.
|
| PolicyViolationErrorInfo.PolicyParameter |
An instance of this class provides policy parameter value.
|
| PollingState<T> |
An instance of this class defines polling status of a long running operation.
|
| ProxyResource |
The Proxy Resource model.
|
| Resource |
The Resource model.
|
| SubResource |
The SubResource model.
|
| TypedErrorInfo |
An instance of this class provides Azure error type and information.
|
| Enum | Description |
|---|---|
| AzureEnvironment.Endpoint |
The enum representing available endpoints in an environment.
|
| ListOperationCallback.PagingBehavior |
An enum to indicate whether the client should continue loading or stop.
|
| LongRunningFinalState |
Describes how to retrieve the final state of a long running operation.
|
| Exception | Description |
|---|---|
| CloudException |
Exception thrown for an invalid response with custom error information.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/