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

A

AccessToken - Class in com.azure.core.credentials
Represents an immutable access token with a token string and an expiration time.
AccessToken(String, OffsetDateTime) - Constructor for class com.azure.core.credentials.AccessToken
Creates an access token instance.
activeDirectoryEndpoint() - Method in class com.azure.core.AzureEnvironment
 
activeDirectoryGraphApiVersion() - Method in class com.azure.core.AzureEnvironment
 
activeDirectoryResourceId() - Method in class com.azure.core.AzureEnvironment
 
addData(Object, Object) - Method in class com.azure.core.util.Context
Adds a new immutable Context object with the specified key-value pair to the existing Context chain.
AddDatePolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds Date header in RFC 1123 format when sending an HTTP request.
AddDatePolicy() - Constructor for class com.azure.core.http.policy.AddDatePolicy
 
AddHeadersPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds a particular set of headers to HTTP requests.
AddHeadersPolicy(HttpHeaders) - Constructor for class com.azure.core.http.policy.AddHeadersPolicy
Creates a AddHeadersPolicy.
address() - Method in class com.azure.core.http.ProxyOptions
 
addValue(String) - Method in class com.azure.core.http.HttpHeader
Add a new value to the end of the Header.
applicationInsightsEndpoint() - Method in class com.azure.core.AzureEnvironment
 
asError() - Method in class com.azure.core.util.logging.ClientLogger
Sets the logger to the error logging level.
asInfo() - Method in class com.azure.core.util.logging.ClientLogger
Sets the logger to the info logging level.
asVerbose() - Method in class com.azure.core.util.logging.ClientLogger
Sets the logger to the verbose logging level.
asWarning() - Method in class com.azure.core.util.logging.ClientLogger
Sets the logger to the warning logging level.
AZURE - Static variable in class com.azure.core.AzureEnvironment
Provides the settings for authentication with Azure.
AZURE_CHINA - Static variable in class com.azure.core.AzureEnvironment
Provides the settings for authentication with Azure China.
AZURE_CLIENT_ID - Static variable in class com.azure.core.util.configuration.BaseConfigurations
AAD
AZURE_CLIENT_SECRET - Static variable in class com.azure.core.util.configuration.BaseConfigurations
AAD
AZURE_CLOUD - Static variable in class com.azure.core.util.configuration.BaseConfigurations
mooncake, govcloud, etc.
AZURE_GERMANY - Static variable in class com.azure.core.AzureEnvironment
Provides the settings for authentication with Azure Germany.
AZURE_LOG_LEVEL - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Enable console logging by setting a log level.
AZURE_PASSWORD - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Azure password for U/P Auth.
AZURE_RESOURCE_GROUP - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Azure resource group.
AZURE_SUBSCRIPTION_ID - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Azure subscription.
AZURE_TELEMETRY_DISABLED - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Disables telemetry.
AZURE_TENANT_ID - Static variable in class com.azure.core.util.configuration.BaseConfigurations
AAD
AZURE_TRACING_DISABLED - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Disables tracing.
AZURE_US_GOVERNMENT - Static variable in class com.azure.core.AzureEnvironment
Provides the settings for authentication with Azure US Government.
AZURE_USERNAME - Static variable in class com.azure.core.util.configuration.BaseConfigurations
Azure username for U/P Auth.
azureDataLakeAnalyticsCatalogAndJobEndpointSuffix() - Method in class com.azure.core.AzureEnvironment
 
azureDataLakeStoreFileSystemEndpointSuffix() - Method in class com.azure.core.AzureEnvironment
 
AzureEnvironment - Class in com.azure.core
An instance of this class describes an environment in Azure.
AzureEnvironment(Map<String, String>) - Constructor for class com.azure.core.AzureEnvironment
Initializes an instance of AzureEnvironment class.
AzureEnvironment.Endpoint - Enum in com.azure.core
The enum representing available endpoints in an environment.
AzureException - Exception in com.azure.core.exception
The base exception type for all Azure-related exceptions.
AzureException(String) - Constructor for exception com.azure.core.exception.AzureException
Initializes a new instance of the AzureException class.
AzureException(String, Throwable) - Constructor for exception com.azure.core.exception.AzureException
Initializes a new instance of the AzureException class.

B

BaseConfigurations - Class in com.azure.core.util.configuration
Represents the well-known, commonly expected, environment variables.
BasicAuthenticationCredential - Class in com.azure.core.credentials
Basic Auth credentials for use with a REST Service Client.
BasicAuthenticationCredential(String, String) - Constructor for class com.azure.core.credentials.BasicAuthenticationCredential
Creates a basic authentication credential.
BearerTokenAuthenticationPolicy - Class in com.azure.core.http.policy
The Pipeline policy that applies a token credential to an HTTP request with "Bearer" scheme.
BearerTokenAuthenticationPolicy(TokenCredential, String) - Constructor for class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
Creates BearerTokenAuthenticationPolicy.
BearerTokenAuthenticationPolicy(TokenCredential, String...) - Constructor for class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
Creates BearerTokenAuthenticationPolicy.
Beta - Annotation Type in com.azure.core.annotations
Annotation to indicate that a functionality is in preview.
block() - Method in class com.azure.core.util.polling.Poller
Blocks execution and wait for polling to complete.
blockUntil(PollResponse.OperationStatus) - Method in class com.azure.core.util.polling.Poller
Blocks indefinitely until given PollResponse.OperationStatus is received.
blockUntil(PollResponse.OperationStatus, Duration) - Method in class com.azure.core.util.polling.Poller
Blocks until given PollResponse.OperationStatus is received or a timeout expires if provided.
body() - Method in class com.azure.core.http.HttpRequest
Get the request content.
body(String) - Method in class com.azure.core.http.HttpRequest
Set the request content.
body(byte[]) - Method in class com.azure.core.http.HttpRequest
Set the request content.
body(Flux<ByteBuf>) - Method in class com.azure.core.http.HttpRequest
Set request content.
body() - Method in class com.azure.core.http.HttpResponse
Get the publisher emitting response content chunks.
bodyAsByteArray() - Method in class com.azure.core.http.HttpResponse
Get the response content as a byte[].
bodyAsString() - Method in class com.azure.core.http.HttpResponse
Get the response content as a string.
bodyAsString(Charset) - Method in class com.azure.core.http.HttpResponse
Get the response content as a string.
BodyParam - Annotation Type in com.azure.core.annotations
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
buffer() - Method in class com.azure.core.http.HttpRequest
Creates a clone of the request.
buffer() - Method in class com.azure.core.http.HttpResponse
Get a new Response object wrapping this response with it's content buffered into memory.
build() - Method in class com.azure.core.http.HttpPipelineBuilder
Creates a HttpPipeline based on options set in the Builder.
builder() - Static method in class com.azure.core.http.HttpPipeline
Creates a builder that can configure options for the HttpPipeline before creating an instance of it.

C

cancelOperation() - Method in class com.azure.core.util.polling.Poller
Attempts to cancel the long-running operation that this Poller represents.
ClientAuthenticationException - Exception in com.azure.core.exception
The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.
ClientAuthenticationException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
Initializes a new instance of the ClientAuthenticationException class.
ClientAuthenticationException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
Initializes a new instance of the ClientAuthenticationException class.
ClientAuthenticationException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
Initializes a new instance of the ClientAuthenticationException class.
ClientLogger - Class in com.azure.core.util.logging
This is a fluent logger helper class that wraps a plug-able Logger.
ClientLogger(Class) - Constructor for class com.azure.core.util.logging.ClientLogger
Retrieves a logger for the passed class using the LoggerFactory.
ClientLogger(String) - Constructor for class com.azure.core.util.logging.ClientLogger
Retrieves a logger for the passed class name using the LoggerFactory.
clone() - Method in class com.azure.core.http.HttpPipelineNextPolicy
 
clone() - Method in class com.azure.core.util.configuration.Configuration
 
close() - Method in class com.azure.core.http.HttpResponse
Closes the response content stream, if any.
close() - Method in class com.azure.core.http.rest.StreamResponse
Disposes the connection associated with this StreamResponse.
com.azure.core - package com.azure.core
Package containing the types for client side http communication with a REST endpoint.
com.azure.core.annotations - package com.azure.core.annotations
Package containing annotations for client side methods that maps to REST APIs.
com.azure.core.credentials - package com.azure.core.credentials
Package containing basic credential classes for authentication purposes.
com.azure.core.exception - package com.azure.core.exception
Package containing core exception classes
com.azure.core.http - package com.azure.core.http
Package containing the HTTP abstractions between the AnnotationParser, RestProxy and HTTP client.
com.azure.core.http.policy - package com.azure.core.http.policy
Package containing HttpPipelinePolicy interface and it's implementations.
com.azure.core.http.rest - package com.azure.core.http.rest
Package containing REST-related APIs.
com.azure.core.util - package com.azure.core.util
Package containing core utility classes
com.azure.core.util.configuration - package com.azure.core.util.configuration
Package containing centralized configuration APIs for client libraries.
com.azure.core.util.logging - package com.azure.core.util.logging
Package containing implementation-specific APIs that should not be used by end-users.
com.azure.core.util.polling - package com.azure.core.util.polling
Package containing API for Long Running Operations.
Configuration - Class in com.azure.core.util.configuration
Contains configuration information that is used during construction of client libraries.
Configuration() - Constructor for class com.azure.core.util.configuration.Configuration
Constructs an empty configuration.
ConfigurationManager - Class in com.azure.core.util.configuration
Manages the global configuration store.
ConfigurationManager() - Constructor for class com.azure.core.util.configuration.ConfigurationManager
 
contains(String) - Method in class com.azure.core.util.configuration.Configuration
Determines if the configuration exists.
Context - Class in com.azure.core.util
Context offers a means of passing arbitrary data (key-value pairs) to pipeline policies.
Context(Object, Object) - Constructor for class com.azure.core.util.Context
Constructs a new Context object.
CookiePolicy - Class in com.azure.core.http.policy
The Pipeline policy that which stores cookies based on the response Set-Cookie header and adds cookies to requests.
CookiePolicy() - Constructor for class com.azure.core.http.policy.CookiePolicy
 
createDefault() - Static method in interface com.azure.core.http.HttpClient
Create default HttpClient instance.

D

dataLakeEndpointResourceId() - Method in class com.azure.core.AzureEnvironment
 
DecodeException - Exception in com.azure.core.exception
Error raised during response deserialization.
DecodeException(String, HttpResponse) - Constructor for exception com.azure.core.exception.DecodeException
Initializes a new instance of the DecodeException class.
DecodeException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.DecodeException
Initializes a new instance of the DecodeException class.
DecodeException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.DecodeException
Initializes a new instance of the DecodeException class.
DELETE - Annotation Type in com.azure.core.annotations
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
deserializedHeaders() - Method in class com.azure.core.http.rest.ResponseBase
Get the headers from the HTTP response, transformed into the header type H.

E

endpoints() - Method in class com.azure.core.AzureEnvironment
 
equals(Object) - Method in class com.azure.core.util.ExpandableStringEnum
 
ExpandableStringEnum<T extends ExpandableStringEnum<T>> - Class in com.azure.core.util
Base implementation for expandable, single string enums.
ExpandableStringEnum() - Constructor for class com.azure.core.util.ExpandableStringEnum
 
ExpectedResponses - Annotation Type in com.azure.core.annotations
Annotation to annotate list of HTTP status codes that are expected in response from a REST endpoint.
expiresOn() - Method in class com.azure.core.credentials.AccessToken
 

F

FAILED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that this long-running operation has failed to successfully complete, however this is still considered as complete long-running operation, meaning that the Poller instance will report that it is complete.
FormParam - Annotation Type in com.azure.core.annotations
Annotation for form parameters to be sent to a REST API Request URI.
fromString(String, Class<T>) - Static method in class com.azure.core.util.ExpandableStringEnum
Creates an instance of the specific expandable string enum from a String.
fromString(String) - Static method in class com.azure.core.util.polling.PollResponse.OperationStatus
Creates or finds a PollResponse.OperationStatus from its string representation.

G

galleryEndpoint() - Method in class com.azure.core.AzureEnvironment
 
GET - Annotation Type in com.azure.core.annotations
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
get(String) - Method in class com.azure.core.http.HttpHeaders
Get the header for the provided header name.
get(String) - Method in class com.azure.core.util.configuration.Configuration
Gets the value of the configuration.
get(String, T) - Method in class com.azure.core.util.configuration.Configuration
Gets the value of the configuration converted to T.
get(String, Function<String, T>) - Method in class com.azure.core.util.configuration.Configuration
Gets the converted value of the configuration.
getConfiguration() - Static method in class com.azure.core.util.configuration.ConfigurationManager
 
getData(String) - Method in class com.azure.core.http.HttpPipelineCallContext
Gets a value with the given key stored in the context.
getData(Object) - Method in class com.azure.core.util.Context
Scans the linked-list of Context objects looking for one with the specified key.
getObserver() - Method in class com.azure.core.util.polling.Poller
This method returns a Flux that can be subscribed to, enabling a subscriber to receive notification of every PollResponse, as it is received.
getPolicy(int) - Method in class com.azure.core.http.HttpPipeline
Get the policy at the passed index in the pipeline.
getPolicyCount() - Method in class com.azure.core.http.HttpPipeline
Get the count of policies in the pipeline.
getProperties() - Method in class com.azure.core.util.polling.PollResponse
A map of properties provided by the service that will be made available into the next poll operation.
getRetryAfter() - Method in class com.azure.core.util.polling.PollResponse
Returns the delay the service has requested until the next polling operation is performed.
getStatus() - Method in class com.azure.core.util.polling.Poller
Current known status as a result of last poll event or last response from a manual polling.
getStatus() - Method in class com.azure.core.util.polling.PollResponse
Represents the status of the long-running operation at the time the last polling operation finished successfully.
getToken(String...) - Method in class com.azure.core.credentials.BasicAuthenticationCredential
 
getToken() - Method in class com.azure.core.credentials.SimpleTokenCache
Asynchronously get a token from either the cache or replenish the cache with a new token.
getToken(String...) - Method in interface com.azure.core.credentials.TokenCredential
Asynchronously get a token for a given resource/audience.
getValue() - Method in class com.azure.core.util.polling.PollResponse
The value returned as a result of the last successful poll operation.
graphEndpoint() - Method in class com.azure.core.AzureEnvironment
 

H

hashCode() - Method in class com.azure.core.util.ExpandableStringEnum
 
HEAD - Annotation Type in com.azure.core.annotations
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
header(String, String) - Method in class com.azure.core.http.HttpRequest
Set a request header, replacing any existing value.
HeaderCollection - Annotation Type in com.azure.core.annotations
Annotation on a deserialized header type that indicates that the property should be treated as a header collection with the provided prefix.
HeaderParam - Annotation Type in com.azure.core.annotations
Replaces the header with the value of its target.
Headers - Annotation Type in com.azure.core.annotations
Annotation to annotate list of static headers sent to a REST endpoint.
headers() - Method in class com.azure.core.http.HttpRequest
Get the request headers.
headers(HttpHeaders) - Method in class com.azure.core.http.HttpRequest
Set the request headers.
headers() - Method in class com.azure.core.http.HttpResponse
Get all response headers.
headers() - Method in interface com.azure.core.http.rest.Response
Get the headers from the HTTP response.
headers() - Method in class com.azure.core.http.rest.ResponseBase
Get the headers from the HTTP response.
headers() - Method in class com.azure.core.http.rest.SimpleResponse
Get the headers from the HTTP response.
headerValue(String) - Method in class com.azure.core.http.HttpResponse
Lookup a response header with the provided name.
Host - Annotation Type in com.azure.core.annotations
Annotation for parameterized host name targeting a REST service.
HostParam - Annotation Type in com.azure.core.annotations
Annotation to annotate replacement of parameterized segments in a dynamic Host.
HostPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds the given host to each HttpRequest.
HostPolicy(String) - Constructor for class com.azure.core.http.policy.HostPolicy
Create HostPolicy.
HTTP_PROXY - Static variable in class com.azure.core.util.configuration.BaseConfigurations
URI of the proxy for HTTP connections.
HttpClient - Interface in com.azure.core.http
A generic interface for sending HTTP requests and getting responses.
httpClient() - Method in class com.azure.core.http.HttpPipeline
Get the HttpClient associated with the pipeline.
httpClient(HttpClient) - Method in class com.azure.core.http.HttpPipelineBuilder
Sets the HttpClient that the pipeline will use to send requests.
HttpHeader - Class in com.azure.core.http
A single header within a HTTP request or response.
HttpHeader(String, String) - Constructor for class com.azure.core.http.HttpHeader
Create a HttpHeader instance using the provided name and value.
HttpHeaders - Class in com.azure.core.http
A collection of headers on an HTTP request or response.
HttpHeaders() - Constructor for class com.azure.core.http.HttpHeaders
Create an empty HttpHeaders instance.
HttpHeaders(Map<String, String>) - Constructor for class com.azure.core.http.HttpHeaders
Create a HttpHeaders instance with the provided initial headers.
HttpHeaders(Iterable<HttpHeader>) - Constructor for class com.azure.core.http.HttpHeaders
Create a HttpHeaders instance with the provided initial headers.
HttpLogDetailLevel - Enum in com.azure.core.http.policy
The level of detail to log on HTTP messages.
HttpLoggingPolicy - Class in com.azure.core.http.policy
The Pipeline policy that handles logging of HTTP requests and responses.
HttpLoggingPolicy(HttpLogDetailLevel) - Constructor for class com.azure.core.http.policy.HttpLoggingPolicy
Creates an HttpLoggingPolicy with the given log level.
HttpLoggingPolicy(HttpLogDetailLevel, boolean) - Constructor for class com.azure.core.http.policy.HttpLoggingPolicy
Creates an HttpLoggingPolicy with the given log level and pretty printing setting.
HttpMethod - Enum in com.azure.core.http
The HTTP request methods.
httpMethod() - Method in class com.azure.core.http.HttpRequest
Get the request method.
httpMethod(HttpMethod) - Method in class com.azure.core.http.HttpRequest
Set the request method.
HttpPipeline - Class in com.azure.core.http
The http pipeline.
httpPipeline() - Method in class com.azure.core.ServiceClient
 
HttpPipelineBuilder - Class in com.azure.core.http
This class provides a fluent builder API to help aid the configuration and instantiation of the HttpPipeline, calling build constructs an instance of the pipeline.
HttpPipelineCallContext - Class in com.azure.core.http
Type representing context local to a single http request and it's response.
HttpPipelineNextPolicy - Class in com.azure.core.http
A type that invokes next policy in the pipeline.
HttpPipelinePolicy - Interface in com.azure.core.http.policy
Pipeline policy.
httpRequest() - Method in class com.azure.core.http.HttpPipelineCallContext
Get the http request.
httpRequest(HttpRequest) - Method in class com.azure.core.http.HttpPipelineCallContext
Sets the http request object in the context.
HttpRequest - Class in com.azure.core.http
The outgoing Http request.
HttpRequest(HttpMethod, URL) - Constructor for class com.azure.core.http.HttpRequest
Create a new HttpRequest instance.
HttpRequest(HttpMethod, URL, HttpHeaders, Flux<ByteBuf>) - Constructor for class com.azure.core.http.HttpRequest
Create a new HttpRequest instance.
HttpRequestException - Exception in com.azure.core.exception
The exception occurred while attempting to connect a socket to a azure service address and port.
HttpRequestException(String, HttpRequest) - Constructor for exception com.azure.core.exception.HttpRequestException
Initializes a new instance of the ServiceRequestException class.
HttpRequestException(String, HttpRequest, Throwable) - Constructor for exception com.azure.core.exception.HttpRequestException
Initializes a new instance of the ServiceRequestException class.
HttpResponse - Class in com.azure.core.http
The type representing response of HttpRequest.
HttpResponse() - Constructor for class com.azure.core.http.HttpResponse
 
HttpResponseException - Exception in com.azure.core.exception
The exception thrown when an unsuccessful response is received with http status code (e.g.
HttpResponseException(String, HttpResponse) - Constructor for exception com.azure.core.exception.HttpResponseException
Initializes a new instance of the HttpResponseException class.
HttpResponseException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.HttpResponseException
Initializes a new instance of the HTTPResponseException class.
HttpResponseException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.HttpResponseException
Initializes a new instance of the HttpResponseException class.
HTTPS_PROXY - Static variable in class com.azure.core.util.configuration.BaseConfigurations
URI of the proxy for HTTPS connections.

I

identifier() - Method in enum com.azure.core.AzureEnvironment.Endpoint
 
IN_PROGRESS - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that this long-running operation is in progress and not yet complete.
isAutoPollingEnabled() - Method in class com.azure.core.util.polling.Poller
Indicates if auto polling is enabled.
isExpired() - Method in class com.azure.core.credentials.AccessToken
 
items() - Method in interface com.azure.core.http.rest.Page
 
items() - Method in interface com.azure.core.http.rest.PagedResponse
Gets the items in the page.
iterator() - Method in class com.azure.core.http.HttpHeaders
 

K

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

L

log(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
Logs a format-able message that uses {} as the placeholder.
logAnalyticsEndpoint() - Method in class com.azure.core.AzureEnvironment
 

M

managementEndpoint() - Method in class com.azure.core.AzureEnvironment
 
MSI_ENDPOINT - Static variable in class com.azure.core.util.configuration.BaseConfigurations
AAD MSI Credentials.
MSI_SECRET - Static variable in class com.azure.core.util.configuration.BaseConfigurations
AAD MSI Credentials.

N

name() - Method in class com.azure.core.http.HttpHeader
Get the header name.
nextLink() - Method in interface com.azure.core.http.rest.Page
 
nextLink() - Method in interface com.azure.core.http.rest.PagedResponse
Get the link to retrieve PagedResponse containing next page.
NO_PROXY - Static variable in class com.azure.core.util.configuration.BaseConfigurations
List of hosts or CIDR to not proxy.
NONE - Static variable in class com.azure.core.util.configuration.Configuration
Noop Configuration object used to opt out of using global configurations when constructing client libraries.
NONE - Static variable in class com.azure.core.util.Context
Signifies that no data need be passed to the pipeline.
NOT_STARTED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that polling has not yet started for this long-running operation.

O

OperationStatus() - Constructor for class com.azure.core.util.polling.PollResponse.OperationStatus
 

P

Page<T> - Interface in com.azure.core.http.rest
Represents a paginated REST response from the service.
PagedResponse<T> - Interface in com.azure.core.http.rest
Response of a REST API that returns page.
PATCH - Annotation Type in com.azure.core.annotations
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
PathParam - Annotation Type in com.azure.core.annotations
Annotation to annotate replacement for a named path segment in REST endpoint URL.
policies(HttpPipelinePolicy...) - Method in class com.azure.core.http.HttpPipelineBuilder
Adds policies to the set of policies that the pipeline will use when sending requests.
poll() - Method in class com.azure.core.util.polling.Poller
Enable user to take control of polling and trigger manual poll operation.
Poller<T> - Class in com.azure.core.util.polling
This class offers API that simplifies the task of executing long-running operations against Azure service.
Poller(Duration, Function<PollResponse<T>, Mono<PollResponse<T>>>) - Constructor for class com.azure.core.util.polling.Poller
Create a Poller instance with poll interval and poll operation.
Poller(Duration, Function<PollResponse<T>, Mono<PollResponse<T>>>, Consumer<Poller>) - Constructor for class com.azure.core.util.polling.Poller
Create a Poller instance with poll interval, poll operation and cancel operation.
PollResponse<T> - Class in com.azure.core.util.polling
PollResponse represents a single response from a service for a long-running polling operation.
PollResponse(PollResponse.OperationStatus, T, Duration, Map<Object, Object>) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status, value, retryAfter and properties.
PollResponse(PollResponse.OperationStatus, T, Duration) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status, value and retryAfter.
PollResponse(PollResponse.OperationStatus, T) - Constructor for class com.azure.core.util.polling.PollResponse
Creates a new PollResponse with status and value.
PollResponse.OperationStatus - Class in com.azure.core.util.polling
An enum to represent all possible states that a long-running operation may find itself in.
port(int) - Method in interface com.azure.core.http.HttpClient
Set the port that client should connect to.
portal() - Method in class com.azure.core.AzureEnvironment
 
PortPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds a given port to each HttpRequest.
PortPolicy(int, boolean) - Constructor for class com.azure.core.http.policy.PortPolicy
Create a new PortPolicy object.
POST - Annotation Type in com.azure.core.annotations
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
process() - Method in class com.azure.core.http.HttpPipelineNextPolicy
Invokes the next HttpPipelinePolicy.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddDatePolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddHeadersPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.CookiePolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HostPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HttpLoggingPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in interface com.azure.core.http.policy.HttpPipelinePolicy
Process provided request context and invokes the next policy.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.PortPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.ProtocolPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.ProxyAuthenticationPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.RequestIdPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.RetryPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.TimeoutPolicy
 
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.UserAgentPolicy
 
ProtocolPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds a given protocol to each HttpRequest.
ProtocolPolicy(String, boolean) - Constructor for class com.azure.core.http.policy.ProtocolPolicy
Create a new ProtocolPolicy.
proxy(Supplier<ProxyOptions>) - Method in interface com.azure.core.http.HttpClient
Apply the provided proxy configuration to the HttpClient.
ProxyAuthenticationPolicy - Class in com.azure.core.http.policy
The Pipeline policy that adds basic proxy authentication to outgoing HTTP requests.
ProxyAuthenticationPolicy(String, String) - Constructor for class com.azure.core.http.policy.ProxyAuthenticationPolicy
Creates a ProxyAuthenticationPolicy.
ProxyOptions - Class in com.azure.core.http
proxy configuration.
ProxyOptions(ProxyOptions.Type, InetSocketAddress) - Constructor for class com.azure.core.http.ProxyOptions
Creates ProxyOptions.
ProxyOptions.Type - Enum in com.azure.core.http
The type of the proxy.
publishingProfile() - Method in class com.azure.core.AzureEnvironment
 
PUT - Annotation Type in com.azure.core.annotations
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or update.
put(String, String) - Method in class com.azure.core.http.HttpHeaders
Set a header.
put(String, String) - Method in class com.azure.core.util.configuration.Configuration
Adds a configuration with the given value.

Q

QueryParam - Annotation Type in com.azure.core.annotations
Annotation for query parameters to be appended to a REST API Request URI.

R

remove(String) - Method in class com.azure.core.util.configuration.Configuration
Removes the configuration.
request() - Method in exception com.azure.core.exception.HttpRequestException
 
request() - Method in class com.azure.core.http.HttpResponse
Get the request which resulted in this response.
request(HttpRequest) - Method in class com.azure.core.http.HttpResponse
Sets the request which resulted in this HttpResponse.
request() - Method in interface com.azure.core.http.rest.Response
Get the HTTP request which resulted in this response.
request() - Method in class com.azure.core.http.rest.ResponseBase
 
request() - Method in class com.azure.core.http.rest.SimpleResponse
 
RequestIdPolicy - Class in com.azure.core.http.policy
The Pipeline policy that puts a UUID in the request header.
RequestIdPolicy() - Constructor for class com.azure.core.http.policy.RequestIdPolicy
 
ResourceExistsException - Exception in com.azure.core.exception
The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.
ResourceExistsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceExistsException
Initializes a new instance of the ResourceExistsException class.
ResourceExistsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceExistsException
Initializes a new instance of the ResourceExistsException class.
ResourceExistsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceExistsException
Initializes a new instance of the ResourceExistsException class.
resourceManagerEndpoint() - Method in class com.azure.core.AzureEnvironment
 
ResourceModifiedException - Exception in com.azure.core.exception
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
ResourceModifiedException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceModifiedException
Initializes a new instance of the ResourceModifiedException class.
ResourceModifiedException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceModifiedException
Initializes a new instance of the ResourceModifiedException class.
ResourceModifiedException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceModifiedException
Initializes a new instance of the ResourceModifiedException class.
ResourceNotFoundException - Exception in com.azure.core.exception
An error response, typically triggered by a 412 response (for update) or 404 (for get/post)
ResourceNotFoundException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
ResourceNotFoundException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
ResourceNotFoundException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
response() - Method in exception com.azure.core.exception.HttpResponseException
 
Response<T> - Interface in com.azure.core.http.rest
REST response with a strongly-typed content specified.
ResponseBase<H,T> - Class in com.azure.core.http.rest
The response of a REST request.
ResponseBase(HttpRequest, int, HttpHeaders, T, H) - Constructor for class com.azure.core.http.rest.ResponseBase
Create ResponseBase.
ResumeOperation - Annotation Type in com.azure.core.annotations
Annotation for method representing continuation operation.
RetryPolicy - Class in com.azure.core.http.policy
A pipeline policy that retries when a recoverable HTTP error occurs.
RetryPolicy() - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates a RetryPolicy with the default number of retry attempts and delay between retries.
RetryPolicy(int, Duration) - Constructor for class com.azure.core.http.policy.RetryPolicy
Creates a RetryPolicy.
ReturnValueWireType - Annotation Type in com.azure.core.annotations
Annotation for the type that will be used to deserialize the return value of a REST API response.

S

send(HttpRequest) - Method in interface com.azure.core.http.HttpClient
Send the provided request asynchronously.
send(HttpRequest) - Method in class com.azure.core.http.HttpPipeline
Wraps the request in a context and send it through pipeline.
send(HttpRequest, Context) - Method in class com.azure.core.http.HttpPipeline
Wraps the request in a context with additional metadata and sends it through the pipeline.
send(HttpPipelineCallContext) - Method in class com.azure.core.http.HttpPipeline
Sends the context (containing request) through pipeline.
serialize(JsonGenerator, SerializerProvider) - Method in class com.azure.core.http.HttpHeaders
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.azure.core.http.HttpHeaders
 
Service - Annotation Type in com.azure.core.annotations
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
ServiceClient - Class in com.azure.core
The base class for REST service clients.
ServiceClient(HttpPipeline) - Constructor for class com.azure.core.ServiceClient
Creates ServiceClient.
ServiceResponseException - Exception in com.azure.core.exception
A runtime exception indicating service response failure caused by one of the following scenarios: 1.
ServiceResponseException(String) - Constructor for exception com.azure.core.exception.ServiceResponseException
Initializes a new instance of the ServiceResponseException class.
ServiceResponseException(String, Throwable) - Constructor for exception com.azure.core.exception.ServiceResponseException
Initializes a new instance of the ServiceResponseException class.
setAutoPollingEnabled(boolean) - Method in class com.azure.core.util.polling.Poller
Controls whether auto-polling is enabled or disabled.
setData(String, Object) - Method in class com.azure.core.http.HttpPipelineCallContext
Stores a key-value data in the context.
shouldLogBody() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
 
shouldLogHeaders() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
 
shouldLogURL() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
 
SimpleResponse<T> - Class in com.azure.core.http.rest
REST response with a strongly-typed content specified.
SimpleResponse(HttpRequest, int, HttpHeaders, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
Creates a SimpleResponse.
SimpleResponse(Response<?>, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
Creates a SimpleResponse from a response and a value.
SimpleTokenCache - Class in com.azure.core.credentials
A token cache that supports caching a token and refreshing it.
SimpleTokenCache(Supplier<Mono<AccessToken>>) - Constructor for class com.azure.core.credentials.SimpleTokenCache
Creates an instance of RefreshableTokenCredential with default scheme "Bearer".
size() - Method in class com.azure.core.http.HttpHeaders
Gets the number of headers in the collection.
SkipParentValidation - Annotation Type in com.azure.core.annotations
Annotation to notify the validator to skip validation for the properties in the parent class.
sqlManagementEndpoint() - Method in class com.azure.core.AzureEnvironment
 
sqlServerHostnameSuffix() - Method in class com.azure.core.AzureEnvironment
 
statusCode() - Method in class com.azure.core.http.HttpResponse
Get the response status code.
statusCode() - Method in interface com.azure.core.http.rest.Response
Get the HTTP response status code.
statusCode() - Method in class com.azure.core.http.rest.ResponseBase
Get the HTTP response status code.
statusCode() - Method in class com.azure.core.http.rest.SimpleResponse
 
storageEndpointSuffix() - Method in class com.azure.core.AzureEnvironment
 
StreamResponse - Class in com.azure.core.http.rest
REST response with a streaming content.
StreamResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuf>) - Constructor for class com.azure.core.http.rest.StreamResponse
Creates StreamResponse.
SUCCESSFULLY_COMPLETED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represent that this long-running operation is completed successfully.

T

TimeoutPolicy - Class in com.azure.core.http.policy
The Pipeline policy that limits the time allowed between sending a request and receiving the response.
TimeoutPolicy(Duration) - Constructor for class com.azure.core.http.policy.TimeoutPolicy
Creates a TimeoutPolicy.
token() - Method in class com.azure.core.credentials.AccessToken
 
TokenCredential - Interface in com.azure.core.credentials
The interface for credentials that can provide a token.
toMap() - Method in class com.azure.core.http.HttpHeaders
Get Map representation of the HttpHeaders collection.
TooManyRedirectsException - Exception in com.azure.core.exception
This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.
TooManyRedirectsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
Initializes a new instance of the TooManyRedirectsException class.
TooManyRedirectsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
Initializes a new instance of the TooManyRedirectsException class.
TooManyRedirectsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
Initializes a new instance of the TooManyRedirectsException class.
toString() - Method in enum com.azure.core.AzureEnvironment.Endpoint
 
toString() - Method in class com.azure.core.http.HttpHeader
Get the String representation of the header.
toString() - Method in class com.azure.core.util.ExpandableStringEnum
 
type() - Method in class com.azure.core.http.ProxyOptions
 

U

UnexpectedResponseExceptionType - Annotation Type in com.azure.core.annotations
The exception type that is thrown or returned when one of the status codes is returned from a REST API.
UnexpectedResponseExceptionTypes - Annotation Type in com.azure.core.annotations
The @Repeatable container annotation for UnexpectedResponseExceptionType.
url(AzureEnvironment.Endpoint) - Method in class com.azure.core.AzureEnvironment
Get the endpoint URL for the current environment.
url() - Method in class com.azure.core.http.HttpRequest
Get the target address.
url(URL) - Method in class com.azure.core.http.HttpRequest
Set the target address to send the request to.
USER_CANCELLED - Static variable in class com.azure.core.util.polling.PollResponse.OperationStatus
Represents that this long-running operation is cancelled by user, however this is still considered as complete long-running operation.
UserAgentPolicy - Class in com.azure.core.http.policy
Pipeline policy that adds 'User-Agent' header to a request.
UserAgentPolicy() - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with a default user agent string.
UserAgentPolicy(String) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with userAgent as the header value.
UserAgentPolicy(String, String, Configuration) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
Creates a UserAgentPolicy with the sdkName and sdkVersion in the User-Agent header value.

V

value() - Method in exception com.azure.core.exception.HttpResponseException
 
value() - Method in class com.azure.core.http.HttpHeader
Get the header value.
value(String) - Method in class com.azure.core.http.HttpHeaders
Get the header value for the provided header name.
value() - Method in interface com.azure.core.http.rest.PagedResponse
Returns the items in the page.
value() - Method in interface com.azure.core.http.rest.Response
 
value() - Method in class com.azure.core.http.rest.ResponseBase
value() - Method in class com.azure.core.http.rest.SimpleResponse
 
value() - Method in class com.azure.core.http.rest.StreamResponse
 
valueOf(String) - Static method in enum com.azure.core.AzureEnvironment.Endpoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.http.policy.HttpLogDetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.http.ProxyOptions.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.core.AzureEnvironment.Endpoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.azure.core.http.HttpHeader
Get the comma separated value as an array.
values(String) - Method in class com.azure.core.http.HttpHeaders
Get the header values for the provided header name.
values() - Static method in enum com.azure.core.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.http.policy.HttpLogDetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.http.ProxyOptions.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(Class<T>) - Static method in class com.azure.core.util.ExpandableStringEnum
Gets a collection of all known values to an expandable string enum type.
VoidResponse - Class in com.azure.core.http.rest
REST response containing only a status code and raw headers.
VoidResponse(HttpRequest, int, HttpHeaders) - Constructor for class com.azure.core.http.rest.VoidResponse
Creates VoidResponse.
VoidResponse(Response) - Constructor for class com.azure.core.http.rest.VoidResponse
Creates VoidResponse.

W

wiretap(boolean) - Method in interface com.azure.core.http.HttpClient
Apply or remove a wire logger configuration.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2019 Microsoft Corporation. All rights reserved.