Skip navigation links
A B C D E F G H I K L M N P R S T U V W 

A

activeDirectoryEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
activeDirectoryGraphApiVersion() - Method in class com.microsoft.azure.AzureEnvironment
 
activeDirectoryResourceId() - Method in class com.microsoft.azure.AzureEnvironment
 
add(E) - Method in class com.microsoft.azure.PagedList
 
add(int, E) - Method in class com.microsoft.azure.PagedList
 
addAll(Collection<? extends E>) - Method in class com.microsoft.azure.PagedList
 
addAll(int, Collection<? extends E>) - Method in class com.microsoft.azure.PagedList
 
additionalInfo() - Method in class com.microsoft.azure.CloudError
 
applicationInsightsEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
applyCredentialsFilter(OkHttpClient.Builder) - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
AZURE - Static variable in class com.microsoft.azure.AzureEnvironment
Provides the settings for authentication with Azure.
AZURE_CHINA - Static variable in class com.microsoft.azure.AzureEnvironment
Provides the settings for authentication with Azure China.
AZURE_GERMANY - Static variable in class com.microsoft.azure.AzureEnvironment
Provides the settings for authentication with Azure Germany.
AZURE_US_GOVERNMENT - Static variable in class com.microsoft.azure.AzureEnvironment
Provides the settings for authentication with Azure US Government.
azureAsyncOperationHeaderLink() - Method in class com.microsoft.azure.PollingState
Gets the value captured from Azure-AsyncOperation header.
AzureClient - Class in com.microsoft.azure
An instance of this class defines a ServiceClient that handles polling and retrying for long running operations when accessing Azure resources.
AzureClient(AzureServiceClient) - Constructor for class com.microsoft.azure.AzureClient
Initializes an instance of this class with customized client metadata.
azureDataLakeAnalyticsCatalogAndJobEndpointSuffix() - Method in class com.microsoft.azure.AzureEnvironment
 
azureDataLakeStoreFileSystemEndpointSuffix() - Method in class com.microsoft.azure.AzureEnvironment
 
AzureEnvironment - Class in com.microsoft.azure
An instance of this class describes an environment in Azure.
AzureEnvironment(Map<String, String>) - Constructor for class com.microsoft.azure.AzureEnvironment
Initializes an instance of AzureEnvironment class.
AzureEnvironment.Endpoint - Enum in com.microsoft.azure
The enum representing available endpoints in an environment.
AzureJacksonAdapter - Class in com.microsoft.azure.serializer
A serialization helper class overriding JacksonAdapter with extra functionality useful for Azure operations.
AzureJacksonAdapter() - Constructor for class com.microsoft.azure.serializer.AzureJacksonAdapter
Creates an instance of the Azure flavored Jackson adapter.
AzureResponseBuilder<T,E extends RestException> - Class in com.microsoft.azure
The builder for building a ServiceResponse customized for Azure.
AzureResponseBuilder.Factory - Class in com.microsoft.azure
A factory to create an Azure response builder.
AzureServiceClient - Class in com.microsoft.azure
ServiceClient is the abstraction for accessing REST operations and their payload data types.
AzureServiceClient(String, ServiceClientCredentials) - Constructor for class com.microsoft.azure.AzureServiceClient
 
AzureServiceClient(String, ServiceClientCredentials, OkHttpClient.Builder, Retrofit.Builder) - Constructor for class com.microsoft.azure.AzureServiceClient
Initializes a new instance of the ServiceClient class.
AzureServiceClient(RestClient) - Constructor for class com.microsoft.azure.AzureServiceClient
Initializes a new instance of the ServiceClient class.
AzureServiceFuture<T> - Class in com.microsoft.azure
An instance of this class provides access to the underlying REST call invocation.
AzureTokenCredentials - Class in com.microsoft.azure.credentials
AzureTokenCredentials represents a credentials object with access to Azure Resource management.
AzureTokenCredentials(AzureEnvironment, String) - Constructor for class com.microsoft.azure.credentials.AzureTokenCredentials
Initializes a new instance of the AzureTokenCredentials.
AzureTokenCredentialsInterceptor - Class in com.microsoft.azure.credentials
Token credentials filter for placing a token credential into request headers.

B

beginPostOrDeleteAsync(Observable<Response<ResponseBody>>, LongRunningOperationOptions, Type) - Method in class com.microsoft.azure.AzureClient
Given an observable representing a deferred POST or DELETE action, this method returns Single object, when subscribed to it, the deferred action will be performed and emits the polling state containing information to track the progress of the action.
beginPutOrPatchAsync(Observable<Response<ResponseBody>>, Type) - Method in class com.microsoft.azure.AzureClient
Given an observable representing a deferred PUT or PATCH action, this method returns Single object, when subscribed to it, the deferred action will be performed and emits the polling state containing information to track the progress of the action.
body() - Method in exception com.microsoft.azure.CloudException
 
build(Response<ResponseBody>) - Method in class com.microsoft.azure.AzureResponseBuilder
 
buildEmpty(Response<Void>) - Method in class com.microsoft.azure.AzureResponseBuilder
 
buildEmptyWithHeaders(Response<Void>, Class<THeader>) - Method in class com.microsoft.azure.AzureResponseBuilder
 
buildWithHeaders(Response<ResponseBody>, Class<THeader>) - Method in class com.microsoft.azure.AzureResponseBuilder
 

C

clear() - Method in class com.microsoft.azure.PagedList
 
CloudError - Class in com.microsoft.azure
An instance of this class provides additional information about an http error response.
CloudError() - Constructor for class com.microsoft.azure.CloudError
Initializes a new instance of CloudError.
CloudException - Exception in com.microsoft.azure
Exception thrown for an invalid response with custom error information.
CloudException(String, Response<ResponseBody>) - Constructor for exception com.microsoft.azure.CloudException
Initializes a new instance of the CloudException class.
CloudException(String, Response<ResponseBody>, CloudError) - Constructor for exception com.microsoft.azure.CloudException
Initializes a new instance of the CloudException class.
code() - Method in class com.microsoft.azure.CloudError
 
com.microsoft.azure - package com.microsoft.azure
The package contains the runtime classes required for AutoRest generated Azure clients to compile and function.
com.microsoft.azure.credentials - package com.microsoft.azure.credentials
The package contains the credentials classes required for AutoRest generated Azure clients to compile and function.
com.microsoft.azure.serializer - package com.microsoft.azure.serializer
The package contains classes that handle serialization and deserialization for the REST call payloads in Azure.
contains(Object) - Method in class com.microsoft.azure.PagedList
 
containsAll(Collection<?>) - Method in class com.microsoft.azure.PagedList
 
create(Response<ResponseBody>, LongRunningOperationOptions, int, Type, SerializerAdapter<?>) - Static method in class com.microsoft.azure.PollingState
Creates a polling state.
createFromJSONString(String) - Static method in class com.microsoft.azure.PollingState
Creates PollingState from the json string.
createFromPollingState(PollingState<?>, ResultT) - Static method in class com.microsoft.azure.PollingState
Creates PollingState from another polling state.
currentPage() - Method in class com.microsoft.azure.PagedList
Gets the latest page fetched.

D

dataLakeEndpointResourceId() - Method in class com.microsoft.azure.AzureEnvironment
 
DEFAULT - Static variable in class com.microsoft.azure.LongRunningOperationOptions
Default instance of this type.
defaultSubscriptionId() - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
deserialize(JsonParser, DeserializationContext) - Method in class com.microsoft.azure.serializer.TypedErrorInfoDeserializer
 
details() - Method in class com.microsoft.azure.CloudError
 
domain() - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
Override this method to provide the domain or tenant ID the token is valid in.

E

endpoints() - Method in class com.microsoft.azure.AzureEnvironment
 
environment() - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
EvaluationDetails - Class in com.microsoft.azure
 
EvaluationDetails() - Constructor for class com.microsoft.azure.EvaluationDetails
 
ExpressionEvaluationDetails - Class in com.microsoft.azure
 
ExpressionEvaluationDetails() - Constructor for class com.microsoft.azure.ExpressionEvaluationDetails
 

F

Factory() - Constructor for class com.microsoft.azure.AzureResponseBuilder.Factory
 
finalStateVia() - Method in class com.microsoft.azure.LongRunningOperationOptions
 
fromHeaderPageResponse(Observable<ServiceResponseWithHeaders<Page<E>, V>>, Func1<String, Observable<ServiceResponseWithHeaders<Page<E>, V>>>, ListOperationCallback<E>) - Static method in class com.microsoft.azure.AzureServiceFuture
Creates a ServiceCall from a paging operation that returns a header response.
fromPageResponse(Observable<ServiceResponse<Page<E>>>, Func1<String, Observable<ServiceResponse<Page<E>>>>, ListOperationCallback<E>) - Static method in class com.microsoft.azure.AzureServiceFuture
Creates a ServiceCall from a paging operation.

G

galleryEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
get() - Method in class com.microsoft.azure.ListOperationCallback
Get the list result that stores the accumulated resources loaded from server.
get(int) - Method in class com.microsoft.azure.PagedList
 
getEvaluatedExpressions() - Method in class com.microsoft.azure.EvaluationDetails
 
getEvaluationDetails() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getExpression() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
getExpressionValue() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
getOperator() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
getPath() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
getPolicyAssignmentDisplayName() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyAssignmentId() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyAssignmentName() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyAssignmentParameters() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyAssignmentScope() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyDefinitionDisplayName() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyDefinitionEffect() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyDefinitionId() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyDefinitionName() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicyDefinitionReferenceId() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicySetDefinitionDisplayName() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicySetDefinitionId() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPolicySetDefinitionName() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
getPostOrDeleteResultAsync(Observable<Response<ResponseBody>>, Type) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a POST or DELETE operation response by polling the status of the operation asynchronously, calling the user provided callback when the operation terminates.
getPostOrDeleteResultAsync(Observable<Response<ResponseBody>>, LongRunningOperationOptions, Type) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a POST or DELETE operation response by polling the status of the operation asynchronously, calling the user provided callback when the operation terminates.
getPostOrDeleteResultWithHeaders(Observable<Response<ResponseBody>>, Type, Class<THeader>) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a POST or DELETE operation response by polling the status of the operation until the long running operation terminates.
getPostOrDeleteResultWithHeadersAsync(Observable<Response<ResponseBody>>, Type, Class<THeader>) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a POST or DELETE operation response by polling the status of the operation asynchronously, calling the user provided callback when the operation terminates.
getPostOrDeleteResultWithHeadersAsync(Observable<Response<ResponseBody>>, LongRunningOperationOptions, Type, Class<THeader>) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a POST or DELETE operation response by polling the status of the operation asynchronously, calling the user provided callback when the operation terminates.
getPutOrPatchResultAsync(Observable<Response<ResponseBody>>, Type) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a PUT or PATCH operation response by polling the status of the operation asynchronously, once the operation finishes emits the final response.
getPutOrPatchResultWithHeaders(Observable<Response<ResponseBody>>, Type, Class<THeader>) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a PUT or PATCH operation response by polling the status of the operation until the long running operation terminates.
getPutOrPatchResultWithHeadersAsync(Observable<Response<ResponseBody>>, Type, Class<THeader>) - Method in class com.microsoft.azure.AzureClient
Handles an initial response from a PUT or PATCH operation response by polling the status of the operation asynchronously, calling the user provided callback when the operation terminates.
getResult() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
getTags() - Method in class com.microsoft.azure.Resource
Get the tags value.
getTargetValue() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
getToken(Request) - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
getToken(String) - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
Override this method to provide the mechanism to get a token.
getValue() - Method in class com.microsoft.azure.PolicyViolationErrorInfo.PolicyParameter
 
graphEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 

H

hasNextPage() - Method in class com.microsoft.azure.PagedList
If there are more pages available.

I

id() - Method in class com.microsoft.azure.ProxyResource
Get the id value.
id() - Method in class com.microsoft.azure.SubResource
Get the id value.
identifier() - Method in enum com.microsoft.azure.AzureEnvironment.Endpoint
 
indexOf(Object) - Method in class com.microsoft.azure.PagedList
 
info() - Method in class com.microsoft.azure.TypedErrorInfo
 
intercept(Interceptor.Chain) - Method in class com.microsoft.azure.credentials.AzureTokenCredentialsInterceptor
 
isEmpty() - Method in class com.microsoft.azure.PagedList
 
items() - Method in interface com.microsoft.azure.Page
Gets the list of items.
iterator() - Method in class com.microsoft.azure.PagedList
 

K

keyVaultDnsSuffix() - Method in class com.microsoft.azure.AzureEnvironment
 
knownEnvironments() - Static method in class com.microsoft.azure.AzureEnvironment
 

L

lastIndexOf(Object) - Method in class com.microsoft.azure.PagedList
 
listIterator() - Method in class com.microsoft.azure.PagedList
 
listIterator(int) - Method in class com.microsoft.azure.PagedList
 
ListOperationCallback<E> - Class in com.microsoft.azure
The callback used for client side asynchronous list operations.
ListOperationCallback() - Constructor for class com.microsoft.azure.ListOperationCallback
Creates an instance of ListOperationCallback.
ListOperationCallback.PagingBehavior - Enum in com.microsoft.azure
An enum to indicate whether the client should continue loading or stop.
load(List<E>) - Method in class com.microsoft.azure.ListOperationCallback
This method is called by the client to load the most recent list of resources.
loadAll() - Method in class com.microsoft.azure.PagedList
Keep loading the next page from the next page link until all items are loaded.
loadNextPage() - Method in class com.microsoft.azure.PagedList
Loads a page from next page link.
location() - Method in class com.microsoft.azure.Resource
Get the location value.
locationHeaderLink() - Method in class com.microsoft.azure.PollingState
Gets the value captured from Location header.
logAnalyticsEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
LongRunningFinalState - Enum in com.microsoft.azure
Describes how to retrieve the final state of a long running operation.
LongRunningOperationOptions - Class in com.microsoft.azure
Type representing LRO meta-data present in the x-ms-long-running-operation-options autorest extension.
LongRunningOperationOptions() - Constructor for class com.microsoft.azure.LongRunningOperationOptions
 
longRunningOperationRetryTimeout() - Method in class com.microsoft.azure.AzureClient
Gets the interval time between two long running operation polls.

M

managementEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
message() - Method in class com.microsoft.azure.CloudError
 

N

name() - Method in class com.microsoft.azure.ProxyResource
Get the name value.
newInstance(SerializerAdapter<?>) - Method in class com.microsoft.azure.AzureResponseBuilder.Factory
 
nextPage(String) - Method in class com.microsoft.azure.PagedList
Override this method to load the next page of items from a next page link.
nextPageLink() - Method in interface com.microsoft.azure.Page
Gets the link to the next page.

P

Page<E> - Interface in com.microsoft.azure
Defines a page interface in Azure responses.
pageCount() - Method in class com.microsoft.azure.ListOperationCallback
Get the number of loaded pages.
PagedList<E> - Class in com.microsoft.azure
Defines a list response from a paging operation.
PagedList() - Constructor for class com.microsoft.azure.PagedList
Creates an instance of Pagedlist.
PagedList(Page<E>) - Constructor for class com.microsoft.azure.PagedList
Creates an instance of PagedList from a Page response.
policyErrorInfo() - Method in class com.microsoft.azure.PolicyViolation
 
PolicyParameter() - Constructor for class com.microsoft.azure.PolicyViolationErrorInfo.PolicyParameter
 
PolicyViolation - Class in com.microsoft.azure
An instance of this class provides Azure policy violation information.
PolicyViolation(String, ObjectNode) - Constructor for class com.microsoft.azure.PolicyViolation
Initializes a new instance of PolicyViolation.
PolicyViolationErrorInfo - Class in com.microsoft.azure
An instance of this class provides Azure policy violation information.
PolicyViolationErrorInfo() - Constructor for class com.microsoft.azure.PolicyViolationErrorInfo
 
PolicyViolationErrorInfo.PolicyParameter - Class in com.microsoft.azure
An instance of this class provides policy parameter value.
pollAsync(PollingState<T>, Type) - Method in class com.microsoft.azure.AzureClient
Given a polling state representing state of an LRO operation, this method returns Observable object, when subscribed to it, a series of polling will be performed and emits each polling state to downstream.
PollingState<T> - Class in com.microsoft.azure
An instance of this class defines polling status of a long running operation.
pollSingleAsync(PollingState<T>, Type) - Method in class com.microsoft.azure.AzureClient
Given a polling state representing state of a LRO operation, this method returns Single object, when subscribed to it, a single poll will be performed and emits the latest polling state.
portal() - Method in class com.microsoft.azure.AzureEnvironment
 
progress(List<E>) - Method in class com.microsoft.azure.ListOperationCallback
Override this method to handle progressive results.
proxy() - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
ProxyResource - Class in com.microsoft.azure
The Proxy Resource model.
ProxyResource() - Constructor for class com.microsoft.azure.ProxyResource
 
publishingProfile() - Method in class com.microsoft.azure.AzureEnvironment
 

R

register(int, Type) - Method in class com.microsoft.azure.AzureResponseBuilder
 
registerError(Class<? extends RestException>) - Method in class com.microsoft.azure.AzureResponseBuilder
 
remove(Object) - Method in class com.microsoft.azure.PagedList
 
remove(int) - Method in class com.microsoft.azure.PagedList
 
removeAll(Collection<?>) - Method in class com.microsoft.azure.PagedList
 
resource() - Method in class com.microsoft.azure.PollingState
Gets the resource.
Resource - Class in com.microsoft.azure
The Resource model.
Resource() - Constructor for class com.microsoft.azure.Resource
 
resourceManagerEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
response() - Method in class com.microsoft.azure.PollingState
Gets the operation response.
retainAll(Collection<?>) - Method in class com.microsoft.azure.PagedList
 

S

serialize() - Method in class com.microsoft.azure.PollingState
 
set(int, E) - Method in class com.microsoft.azure.PagedList
 
setCurrentPage(Page<E>) - Method in class com.microsoft.azure.PagedList
Sets the current page.
setLongRunningOperationRetryTimeout(int) - Method in class com.microsoft.azure.AzureClient
Sets the interval time between two long running operation polls.
size() - Method in class com.microsoft.azure.PagedList
 
sqlManagementEndpoint() - Method in class com.microsoft.azure.AzureEnvironment
 
sqlServerHostnameSuffix() - Method in class com.microsoft.azure.AzureEnvironment
 
sslSocketFactory() - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
status() - Method in class com.microsoft.azure.PollingState
Gets the polling status.
statusCode() - Method in class com.microsoft.azure.PollingState
Gets the polling HTTP status code.
storageEndpointSuffix() - Method in class com.microsoft.azure.AzureEnvironment
 
subList(int, int) - Method in class com.microsoft.azure.PagedList
 
SubResource - Class in com.microsoft.azure
The SubResource model.
SubResource() - Constructor for class com.microsoft.azure.SubResource
 
success(List<E>) - Method in class com.microsoft.azure.ListOperationCallback
 
success() - Method in class com.microsoft.azure.ListOperationCallback
Override this method to handle successful REST call results.

T

target() - Method in class com.microsoft.azure.CloudError
 
toArray() - Method in class com.microsoft.azure.PagedList
 
toArray(T[]) - Method in class com.microsoft.azure.PagedList
 
toString() - Method in enum com.microsoft.azure.AzureEnvironment.Endpoint
 
toString() - Method in exception com.microsoft.azure.CloudException
 
toString() - Method in class com.microsoft.azure.EvaluationDetails
 
toString() - Method in class com.microsoft.azure.ExpressionEvaluationDetails
 
toString() - Method in class com.microsoft.azure.PolicyViolationErrorInfo.PolicyParameter
 
toString() - Method in class com.microsoft.azure.PolicyViolationErrorInfo
 
type() - Method in class com.microsoft.azure.ProxyResource
Get the type value.
type() - Method in class com.microsoft.azure.TypedErrorInfo
 
TypedErrorInfo - Class in com.microsoft.azure
An instance of this class provides Azure error type and information.
TypedErrorInfo(String, ObjectNode) - Constructor for class com.microsoft.azure.TypedErrorInfo
Initializes a new instance of TypedErrorInfo.
TypedErrorInfoDeserializer - Class in com.microsoft.azure.serializer
Custom serializer for serializing TypedErrorInfo objects.
TypedErrorInfoDeserializer() - Constructor for class com.microsoft.azure.serializer.TypedErrorInfoDeserializer
 

U

url(Environment.Endpoint) - Method in class com.microsoft.azure.AzureEnvironment
Get the endpoint URL for the current environment.
userAgent() - Method in class com.microsoft.azure.AzureServiceClient
The default User-Agent header.

V

valueOf(String) - Static method in enum com.microsoft.azure.AzureEnvironment.Endpoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.ListOperationCallback.PagingBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.LongRunningFinalState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.AzureEnvironment.Endpoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.ListOperationCallback.PagingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.LongRunningFinalState
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCode(String) - Method in class com.microsoft.azure.CloudError
Sets the error code parsed from the body of the http error response.
withDefaultSubscriptionId(String) - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
Set default subscription ID.
withFinalStateVia(LongRunningFinalState) - Method in class com.microsoft.azure.LongRunningOperationOptions
Sets LongRunningFinalState value.
withId(String) - Method in class com.microsoft.azure.SubResource
Set the id value.
withLocation(String) - Method in class com.microsoft.azure.Resource
Set the location value.
withMessage(String) - Method in class com.microsoft.azure.CloudError
Sets the error message parsed from the body of the http error response.
withProxy(Proxy) - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
withSslSocketFactory(SSLSocketFactory) - Method in class com.microsoft.azure.credentials.AzureTokenCredentials
 
withTags(Map<String, String>) - Method in class com.microsoft.azure.Resource
Set the tags value.
withTarget(String) - Method in class com.microsoft.azure.CloudError
Sets the target of the error.
withThrowOnGet404(boolean) - Method in class com.microsoft.azure.AzureResponseBuilder
Specifies whether to throw on 404 responses from a GET call.
A B C D E F G H I K L M N P R S T U V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/