- 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
-
- 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.
- 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
-
- 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.
- getTags() - Method in class com.microsoft.azure.Resource
-
Get the tags value.
- 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
-
- 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
-