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.
|
| PagedList<E> |
Defines a list response from a paging operation.
|
| PollingState<T> |
An instance of this class defines polling status of a long running operation.
|
| Resource |
The Resource model.
|
| SubResource |
The SubResource model.
|
| 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.
|
| Exception | Description |
|---|---|
| CloudException |
Exception thrown for an invalid response with custom error information.
|
Copyright © 2019. All rights reserved.