A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

add(int, E) - Method in class com.azure.common.mgmt.PagedList
 
add(E) - Method in class com.azure.common.mgmt.PagedList
 
addAll(int, Collection<? extends E>) - Method in class com.azure.common.mgmt.PagedList
 
addAll(Collection<? extends E>) - Method in class com.azure.common.mgmt.PagedList
 
AsyncCredentialsPolicy - Class in com.azure.common.mgmt.policy
Creates a policy which adds credentials from AsyncServiceClientCredentials to a request.
AsyncCredentialsPolicy(AsyncServiceClientCredentials) - Constructor for class com.azure.common.mgmt.policy.AsyncCredentialsPolicy
Creates CredentialsPolicy.
AsyncOperationResource - Class in com.azure.common.mgmt
A deserialized POJO representation of an asynchronous operation.
AsyncOperationResource() - Constructor for class com.azure.common.mgmt.AsyncOperationResource
 
AzureAsyncOperationPollStrategy - Class in com.azure.common.mgmt
A PollStrategy type that uses the Azure-AsyncOperation header value to check the status of a long running operation.
azureEnvironment() - Method in class com.azure.common.mgmt.AzureServiceClient
Get the environment that this AzureServiceClient targets.
AzureHost - Annotation Type in com.azure.common.mgmt.annotations
An extension to Host, allowing endpoints of AzureEnvironment to be specified instead of string host names.
AzureJacksonAdapter - Class in com.azure.common.mgmt.serializer
A serialization helper class overriding JacksonAdapter with extra functionality useful for Azure operations.
AzureJacksonAdapter() - Constructor for class com.azure.common.mgmt.serializer.AzureJacksonAdapter
Creates an instance of the Azure flavored Jackson adapter.
AzureProxy - Class in com.azure.common.mgmt
This class can be used to create an Azure specific proxy implementation for a provided Swagger generated interface.
AzureServiceClient - Class in com.azure.common.mgmt
The base class for generated Azure service clients.
AzureServiceClient(HttpPipeline, AzureEnvironment) - Constructor for class com.azure.common.mgmt.AzureServiceClient
Initializes a new instance of the AzureServiceClient class.

B

buildDescription() - Method in class com.azure.common.mgmt.OperationStatus
Builds an object that can be used to resume the polling of the operation.

C

CANCELED - Static variable in class com.azure.common.mgmt.OperationState
The provisioning state of the operation resource if the operation is canceled.
clear() - Method in class com.azure.common.mgmt.PagedList
 
CloudError - Class in com.azure.common.mgmt
An instance of this class provides additional information about an http error response.
CloudError() - Constructor for class com.azure.common.mgmt.CloudError
Initializes a new instance of CloudError.
CloudException - Exception in com.azure.common.mgmt
Exception thrown for an invalid response with custom error information.
CloudException(String, HttpResponse) - Constructor for exception com.azure.common.mgmt.CloudException
Initializes a new instance of the CloudException class.
CloudException(String, HttpResponse, CloudError) - Constructor for exception com.azure.common.mgmt.CloudException
Initializes a new instance of the CloudException class.
code() - Method in class com.azure.common.mgmt.CloudError
 
com.azure.common.mgmt - package com.azure.common.mgmt
Package containing the types for Azure ARM client side http communication with a REST endpoint.
com.azure.common.mgmt.annotations - package com.azure.common.mgmt.annotations
Annotations used on Swagger generated interfaces that are specific to Azure ARM REST APIs.
com.azure.common.mgmt.policy - package com.azure.common.mgmt.policy
Package containing HttpPipelinePolicy interface and it's implementations used by Azure ARM Clients.
com.azure.common.mgmt.serializer - package com.azure.common.mgmt.serializer
The package contains classes that handle serialization and deserialization for the REST call payloads in Azure ARM.
CompletedPollStrategy - Class in com.azure.common.mgmt
The "polling strategy" that is used when a request completes immediately and does not require any further polling.
CompletedPollStrategy(CompletedPollStrategy.CompletedPollStrategyData) - Constructor for class com.azure.common.mgmt.CompletedPollStrategy
Create a new CompletedPollStrategy.
CompletedPollStrategy.CompletedPollStrategyData - Class in com.azure.common.mgmt
The CompletedPollStrategy data.
CompletedPollStrategyData(RestProxy, SwaggerMethodParser, HttpResponse) - Constructor for class com.azure.common.mgmt.CompletedPollStrategy.CompletedPollStrategyData
Create a new CompletedPollStrategyData.
contains(Object) - Method in class com.azure.common.mgmt.PagedList
 
containsAll(Collection<?>) - Method in class com.azure.common.mgmt.PagedList
 
create(Class<A>, AzureEnvironment, HttpPipeline, SerializerAdapter) - Static method in class com.azure.common.mgmt.AzureProxy
Create a proxy implementation of the provided Swagger interface.
create(Class<A>, HttpPipeline, SerializerAdapter) - Static method in class com.azure.common.mgmt.AzureProxy
Create a proxy implementation of the provided Swagger interface.
create(Class<A>, AzureServiceClient) - Static method in class com.azure.common.mgmt.AzureProxy
Create a proxy implementation of the provided Swagger interface.
createDefaultPipeline(Class<?>) - Static method in class com.azure.common.mgmt.AzureProxy
Create the default HttpPipeline.
createDefaultPipeline(Class<?>, AsyncServiceClientCredentials) - Static method in class com.azure.common.mgmt.AzureProxy
Create the default HttpPipeline.
createDefaultPipeline(Class<?>, ServiceClientCredentials) - Static method in class com.azure.common.mgmt.AzureProxy
Create the default HttpPipeline.
createDefaultPipeline(Class<?>, HttpPipelinePolicy) - Static method in class com.azure.common.mgmt.AzureProxy
Create the default HttpPipeline.
createDefaultSerializer() - Static method in class com.azure.common.mgmt.AzureProxy
Get the default serializer.
createPollRequest() - Method in class com.azure.common.mgmt.AzureAsyncOperationPollStrategy
 
createPollRequest() - Method in class com.azure.common.mgmt.CompletedPollStrategy
 
createPollRequest() - Method in class com.azure.common.mgmt.LocationPollStrategy
 
createSerializerAdapter() - Method in class com.azure.common.mgmt.AzureServiceClient
 
currentPage() - Method in class com.azure.common.mgmt.PagedList
Gets the latest page fetched.

D

defaultDelayInMilliseconds() - Static method in class com.azure.common.mgmt.AzureProxy
 
details() - Method in class com.azure.common.mgmt.CloudError
 

E

endpoint() - Method in annotation type com.azure.common.mgmt.annotations.AzureHost
The endpoint that all REST APIs within the Swagger interface will send their requests to.
error() - Method in class com.azure.common.mgmt.OperationStatus
If the long running operation failed, get the error that occurred.

F

FAILED - Static variable in class com.azure.common.mgmt.OperationState
The provisioning state of the operation resource if the operation is unsuccessful.

G

get(int) - Method in class com.azure.common.mgmt.PagedList
 
getTags() - Method in class com.azure.common.mgmt.Resource
Get the tags value.

H

handleHttpResponse(HttpRequest, Mono<HttpResponseDecoder.HttpDecodedResponse>, SwaggerMethodParser, Type) - Method in class com.azure.common.mgmt.AzureProxy
 
handleResumeOperation(HttpRequest, OperationDescription, SwaggerMethodParser, Type) - Method in class com.azure.common.mgmt.AzureProxy
 
hasNextPage() - Method in class com.azure.common.mgmt.PagedList
If there are more pages available.
HEADER_NAME - Static variable in class com.azure.common.mgmt.AzureAsyncOperationPollStrategy
The name of the header that indicates that a long running operation will use the Azure-AsyncOperation strategy.
HEADER_NAME - Static variable in class com.azure.common.mgmt.LocationPollStrategy
The name of the header that indicates that a long running operation will use the Location strategy.

I

id() - Method in class com.azure.common.mgmt.AsyncOperationResource
 
id() - Method in class com.azure.common.mgmt.Resource
Get the id value.
id() - Method in class com.azure.common.mgmt.SubResource
Get the id value.
IN_PROGRESS - Static variable in class com.azure.common.mgmt.OperationState
The provisioning state of the operation resource if the operation is still in progress.
indexOf(Object) - Method in class com.azure.common.mgmt.PagedList
 
isCompleted(String) - Static method in class com.azure.common.mgmt.OperationState
Get whether or not the provided operation state represents a completed state.
isDone() - Method in class com.azure.common.mgmt.AzureAsyncOperationPollStrategy
 
isDone() - Method in class com.azure.common.mgmt.LocationPollStrategy
 
isDone() - Method in class com.azure.common.mgmt.OperationStatus
 
isEmpty() - Method in class com.azure.common.mgmt.PagedList
 
isFailedOrCanceled(String) - Static method in class com.azure.common.mgmt.OperationState
Get whether or not the provided operation state represents a failed or canceled state.
items() - Method in interface com.azure.common.mgmt.Page
Gets the list of items.
iterator() - Method in class com.azure.common.mgmt.PagedList
 

L

lastIndexOf(Object) - Method in class com.azure.common.mgmt.PagedList
 
listIterator() - Method in class com.azure.common.mgmt.PagedList
 
listIterator(int) - Method in class com.azure.common.mgmt.PagedList
 
loadAll() - Method in class com.azure.common.mgmt.PagedList
Keep loading the next page from the next page link until all items are loaded.
loadNextPage() - Method in class com.azure.common.mgmt.PagedList
Loads a page from next page link.
location() - Method in class com.azure.common.mgmt.Resource
Get the location value.
LocationPollStrategy - Class in com.azure.common.mgmt
A PollStrategy type that uses the Location header value to check the status of a long running operation.
LocationPollStrategy.LocationPollStrategyData - Class in com.azure.common.mgmt
The LocationPollStrategy data.
LocationPollStrategyData() - Constructor for class com.azure.common.mgmt.LocationPollStrategy.LocationPollStrategyData
Create a new LocationPollStrategyData.
LocationPollStrategyData(RestProxy, SwaggerMethodParser, URL, long) - Constructor for class com.azure.common.mgmt.LocationPollStrategy.LocationPollStrategyData
Create a new LocationPollStrategyData.

M

message() - Method in class com.azure.common.mgmt.CloudError
 

N

name() - Method in class com.azure.common.mgmt.Resource
Get the name value.
nextPage(String) - Method in class com.azure.common.mgmt.PagedList
Override this method to load the next page of items from a next page link.
nextPageLink() - Method in interface com.azure.common.mgmt.Page
Gets the link to the next page.

O

OperationState - Class in com.azure.common.mgmt
The different states that a long running operation can be in.
OperationState() - Constructor for class com.azure.common.mgmt.OperationState
 
OperationStatus<T> - Class in com.azure.common.mgmt
The current state of polling for the result of a long running operation.

P

Page<E> - Interface in com.azure.common.mgmt
Defines a page interface in Azure responses.
PagedList<E> - Class in com.azure.common.mgmt
Defines a list response from a paging operation.
PagedList() - Constructor for class com.azure.common.mgmt.PagedList
Creates an instance of Pagedlist.
PagedList(Page<E>) - Constructor for class com.azure.common.mgmt.PagedList
Creates an instance of PagedList from a Page response.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.mgmt.policy.AsyncCredentialsPolicy
 
properties() - Method in class com.azure.common.mgmt.ResourceWithProvisioningState
 
Properties() - Constructor for class com.azure.common.mgmt.ResourceWithProvisioningState.Properties
 
ProvisioningStatePollStrategy - Class in com.azure.common.mgmt
A PollStrategy that will continue to poll a resource's URL until the resource's provisioning state property is in a completed state.
ProvisioningStatePollStrategy.ProvisioningStatePollStrategyData - Class in com.azure.common.mgmt
The ProvisioningStatePollStrategy data.
ProvisioningStatePollStrategyData(RestProxy, SwaggerMethodParser, HttpRequest, String, long) - Constructor for class com.azure.common.mgmt.ProvisioningStatePollStrategy.ProvisioningStatePollStrategyData
Create a new ProvisioningStatePollStrategyData.

R

remove(int) - Method in class com.azure.common.mgmt.PagedList
 
remove(Object) - Method in class com.azure.common.mgmt.PagedList
 
removeAll(Collection<?>) - Method in class com.azure.common.mgmt.PagedList
 
Resource - Class in com.azure.common.mgmt
The Resource model.
Resource() - Constructor for class com.azure.common.mgmt.Resource
 
ResourceWithProvisioningState - Class in com.azure.common.mgmt
The ResourceWithProvisioningState class is a POJO representation of any Azure resource that has a provisioningState property.
ResourceWithProvisioningState() - Constructor for class com.azure.common.mgmt.ResourceWithProvisioningState
 
ResourceWithProvisioningState.Properties - Class in com.azure.common.mgmt
Inner properties class.
result() - Method in class com.azure.common.mgmt.OperationStatus
If the long running operation is done, get the result of the operation.
retainAll(Collection<?>) - Method in class com.azure.common.mgmt.PagedList
 

S

set(int, E) - Method in class com.azure.common.mgmt.PagedList
 
setCurrentPage(Page<E>) - Method in class com.azure.common.mgmt.PagedList
Sets the current page.
setDefaultPollingDelayInMilliseconds(long) - Static method in class com.azure.common.mgmt.AzureProxy
Set the millisecond delay that will occur by default between long running operation polls.
setId(String) - Method in class com.azure.common.mgmt.AsyncOperationResource
Set the id of this resource.
setProperties(ResourceWithProvisioningState.Properties) - Method in class com.azure.common.mgmt.ResourceWithProvisioningState
Set the properties of this ResourceWithProvisioningState.
setProvisioningState(String) - Method in class com.azure.common.mgmt.ResourceWithProvisioningState.Properties
Set the provisioning state of this ResourceWithProvisioningState.
setStatus(String) - Method in class com.azure.common.mgmt.AsyncOperationResource
Set the status of the asynchronous operation.
size() - Method in class com.azure.common.mgmt.PagedList
 
status() - Method in class com.azure.common.mgmt.AsyncOperationResource
The status of the asynchronous operation.
status() - Method in class com.azure.common.mgmt.OperationStatus
 
strategyData() - Method in class com.azure.common.mgmt.AzureAsyncOperationPollStrategy
 
strategyData() - Method in class com.azure.common.mgmt.CompletedPollStrategy
 
strategyData() - Method in class com.azure.common.mgmt.LocationPollStrategy
 
strategyData() - Method in class com.azure.common.mgmt.ProvisioningStatePollStrategy
 
subList(int, int) - Method in class com.azure.common.mgmt.PagedList
 
SubResource - Class in com.azure.common.mgmt
The SubResource model.
SubResource() - Constructor for class com.azure.common.mgmt.SubResource
 
SUCCEEDED - Static variable in class com.azure.common.mgmt.OperationState
The provisioning state of the operation resource if the operation is successful.

T

target() - Method in class com.azure.common.mgmt.CloudError
 
toArray() - Method in class com.azure.common.mgmt.PagedList
 
toArray(T[]) - Method in class com.azure.common.mgmt.PagedList
 
toString() - Method in exception com.azure.common.mgmt.CloudException
 
type() - Method in class com.azure.common.mgmt.Resource
Get the type value.

U

updateFromAsync(HttpResponse) - Method in class com.azure.common.mgmt.AzureAsyncOperationPollStrategy
 
updateFromAsync(HttpResponse) - Method in class com.azure.common.mgmt.LocationPollStrategy
 

V

value() - Method in annotation type com.azure.common.mgmt.annotations.AzureHost
The endpoint that all REST APIs within the Swagger interface will send their requests to.
value() - Method in exception com.azure.common.mgmt.CloudException
 

W

withCode(String) - Method in class com.azure.common.mgmt.CloudError
Sets the error code parsed from the body of the http error response.
withId(String) - Method in class com.azure.common.mgmt.SubResource
Set the id value.
withLocation(String) - Method in class com.azure.common.mgmt.Resource
Set the location value.
withMessage(String) - Method in class com.azure.common.mgmt.CloudError
Sets the error message parsed from the body of the http error response.
withTags(Map<String, String>) - Method in class com.azure.common.mgmt.Resource
Set the tags value.
withTarget(String) - Method in class com.azure.common.mgmt.CloudError
Sets the target of the error.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages