Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCEPT - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept/accept - ACCEPT_CHARSET - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept-Charset/accept-charset - ACCEPT_DATETIME - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept-Datetime/accept-datetime - ACCEPT_ENCODING - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept-Encoding/accept-encoding - ACCEPT_LANGUAGE - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept-Language/accept-language - ACCEPT_PATCH - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept-Patch/accept-patch - ACCEPT_RANGES - Static variable in class com.azure.core.http.HttpHeaderName
-
Accept-Ranges/accept-ranges - ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.azure.core.http.HttpHeaderName
-
Access-Control-Allow-Credentials/access-control-allow-credentials - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.azure.core.http.HttpHeaderName
-
Access-Control-Allow-Headers/access-control-allow-headers - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.azure.core.http.HttpHeaderName
-
Access-Control-Allow-Methods/access-control-allow-methods - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.azure.core.http.HttpHeaderName
-
Access-Control-Allow-Origin/access-control-allow-origin - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.azure.core.http.HttpHeaderName
-
Access-Control-Expose-Headers/access-control-expose-headers - ACCESS_CONTROL_MAX_AGE - Static variable in class com.azure.core.http.HttpHeaderName
-
Access-Control-Max-Age/access-control-max-age - Accessing HTTP Response Details Using ResponseT - Search tag in Overview
- Section
- AccessToken - Class in com.azure.core.credential
-
Represents an immutable access token with a token string and an expiration time.
- AccessToken(String, OffsetDateTime) - Constructor for class com.azure.core.credential.AccessToken
-
Creates an access token instance.
- AccessToken(String, OffsetDateTime, OffsetDateTime) - Constructor for class com.azure.core.credential.AccessToken
-
Creates an access token instance.
- AccessToken(String, OffsetDateTime, OffsetDateTime, String) - Constructor for class com.azure.core.credential.AccessToken
-
Creates an access token instance.
- add(long, TelemetryAttributes, Context) - Method in interface com.azure.core.util.metrics.LongCounter
-
Records a value with a set of attributes.
- add(HttpHeaderName, String) - Method in class com.azure.core.http.HttpHeaders
-
Adds a
headerwith the given name and value if a header with that name doesn't already exist, otherwise adds thevalueto the existing header. - add(String, String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.
- addAfterRetryPolicies(List<HttpPipelinePolicy>) - Static method in class com.azure.core.http.policy.HttpPolicyProviders
-
Adds SPI policies that implement
AfterRetryPolicyProvider. - addAllowedHeaderName(String) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.
- addAllowedHttpHeaderName(HttpHeaderName) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given allowed
HttpHeaderNameto the default header set that should be logged. - addAllowedQueryParamName(String) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given allowed query param that should be logged.
- addBeforeRetryPolicies(List<HttpPipelinePolicy>) - Static method in class com.azure.core.http.policy.HttpPolicyProviders
-
Adds SPI policies that implement
BeforeRetryPolicyProvider. - addData(Object, Object) - Method in class com.azure.core.util.Context
- AddDatePolicy - Class in com.azure.core.http.policy
-
The
AddDatePolicyclass is an implementation of theHttpPipelinePolicyinterface. - AddDatePolicy() - Constructor for class com.azure.core.http.policy.AddDatePolicy
-
Creates a new instance of
AddDatePolicy. - addEvent(String, Map<String, Object>, OffsetDateTime) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.
- addEvent(String, Map<String, Object>, OffsetDateTime, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Adds an event to the span present in the
Contextwith the providedtimestampandattributes. - addExtensionAttribute(String, Object) - Method in class com.azure.core.models.CloudEvent
-
Add/Overwrite a single extension attribute to the cloud event.
- addHeader(HttpHeaderName, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Adds a header to the HTTP request.
- addHeader(String, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Deprecated.Use
RequestOptions.addHeader(HttpHeaderName, String)as it provides better performance. - AddHeadersFromContextPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that override or add
HttpHeadersinHttpRequestby reading values fromContextwith key 'azure-http-headers-key'. - AddHeadersFromContextPolicy() - Constructor for class com.azure.core.http.policy.AddHeadersFromContextPolicy
-
Creates a new instance of
AddHeadersFromContextPolicy. - AddHeadersPolicy - Class in com.azure.core.http.policy
-
The
AddHeadersPolicyclass is an implementation of theHttpPipelinePolicyinterface. - AddHeadersPolicy(HttpHeaders) - Constructor for class com.azure.core.http.policy.AddHeadersPolicy
-
Creates a AddHeadersPolicy.
- addKeyValue(String, boolean) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Adds key with boolean value to the context of current log being created.
- addKeyValue(String, long) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Adds key with long value to the context of current log event being created.
- addKeyValue(String, Object) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Adds key with Object value to the context of current log being created.
- addKeyValue(String, String) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Adds key with String value pair to the context of current log being created.
- addKeyValue(String, Supplier<String>) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Adds key with String value supplier to the context of current log event being created.
- addLink(Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.
- addLink(TracingLink) - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Add link to span.
- addPolicy(HttpPipelinePolicy) - Method in interface com.azure.core.client.traits.HttpTrait
-
Adds a
pipeline policyto apply on each request sent. - addProgressReporting(Flux<ByteBuffer>, ProgressReporter) - Static method in class com.azure.core.util.FluxUtil
-
Adds progress reporting to the provided
FluxofByteBuffer. - addQueryParam(String, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Adds a query parameter to the request URL.
- addQueryParam(String, String, boolean) - Method in class com.azure.core.http.rest.RequestOptions
-
Adds a query parameter to the request URL, specifying whether the parameter is already encoded.
- addQueryParameter(String, String) - Method in class com.azure.core.util.UrlBuilder
-
Append the provided query parameter name and encoded value to query string for the final URL.
- addRequestCallback(Consumer<HttpRequest>) - Method in class com.azure.core.http.rest.RequestOptions
-
Adds a custom request callback to modify the HTTP request before it's sent by the HttpClient.
- addScopes(String...) - Method in class com.azure.core.credential.TokenRequestContext
-
Adds one or more scopes to the request scopes.
- addShutdownHookSafely(Thread) - Static method in class com.azure.core.util.CoreUtils
-
Helper method that safely adds a
Runtime.addShutdownHook(Thread)to the JVM that will run when the JVM is shutting down. - addShutdownHookSafely(ExecutorService, Duration) - Static method in class com.azure.core.util.CoreUtils
-
Helper method that safely adds a
Runtime.addShutdownHook(Thread)to the JVM that will close theexecutorServicewhen the JVM is shutting down. - addValue(String) - Method in class com.azure.core.util.Header
-
Add a new value to the end of the Header.
- afterReceivedResponse(HttpPipelineCallContext, HttpResponse) - Method in class com.azure.core.http.policy.HttpPipelineSyncPolicy
-
Method is invoked after the response is received.
- AfterRetryPolicyProvider - Interface in com.azure.core.http.policy
-
Implementing classes are automatically added as policies after the retry policy.
- AGE - Static variable in class com.azure.core.http.HttpHeaderName
-
Age/age - aliases(String...) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets one or more alias for property.
- ALL - Static variable in class com.azure.core.util.ETag
-
The asterisk is a special value representing any resource.
- ALLOW - Static variable in class com.azure.core.http.HttpHeaderName
-
Allow/allow - AMQP - Enum constant in enum com.azure.core.annotation.ServiceClientProtocol
-
AMQP protocol.
- APPEND_USER_AGENT_CONTEXT_KEY - Static variable in class com.azure.core.http.policy.UserAgentPolicy
-
Key for
Contextto add a value which will be appended to the User-Agent supplied in this policy in an ad-hoc manner. - appendAdd(String, Object) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends an "add" operation to this JSON Patch document.
- appendAddRaw(String, String) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends an "add" operation to this JSON Patch document.
- appendCopy(String, String) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "copy" operation to this JSON Patch document.
- appendMove(String, String) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "move" operation to this JSON Patch document.
- appendRemove(String) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "remove" operation to this JSON Patch document.
- appendReplace(String, Object) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "replace" operation to this JSON Patch document.
- appendReplaceRaw(String, String) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "replace" operation to this JSON Patch document.
- appendTest(String, Object) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "test" operation to this JSON Patch document.
- appendTestRaw(String, String) - Method in class com.azure.core.models.JsonPatchDocument
-
Appends a "test" operation to this JSON Patch document.
- APPLICATION_JSON - Static variable in class com.azure.core.http.ContentType
-
the default JSON Content-Type header.
- APPLICATION_OCTET_STREAM - Static variable in class com.azure.core.http.ContentType
-
the default binary Content-Type header.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.azure.core.http.ContentType
-
The default form data Content-Type header.
- arrayToString(T[], Function<T, String>) - Static method in class com.azure.core.util.CoreUtils
-
Turns an array into a string mapping each element to a string and delimits them using a coma.
- AsyncCloseable - Interface in com.azure.core.util
-
Interface for close operations that are asynchronous.
- AsyncKeyEncryptionKey - Interface in com.azure.core.cryptography
-
The AsyncKeyEncryptionKey defines asynchronous methods for encrypting and decrypting keys, also known as key wrapping and unwrapping.
- AsyncKeyEncryptionKeyResolver - Interface in com.azure.core.cryptography
-
An object capable of asynchronously retrieving key encryption keys from a provided key identifier.
- AsyncPollResponse<T,
U> - Class in com.azure.core.util.polling -
AsyncPollResponse represents an event emitted by the
PollerFluxthat asynchronously polls a long-running operation (LRO). - atError() - Method in class com.azure.core.util.logging.ClientLogger
-
Creates
LoggingEventBuilderforerrorlog level that can be used to enrich log with additional context. - atInfo() - Method in class com.azure.core.util.logging.ClientLogger
-
Creates
LoggingEventBuilderforinfolog level that can be used to enrich log with additional context. - atLevel(LogLevel) - Method in class com.azure.core.util.logging.ClientLogger
-
Creates
LoggingEventBuilderfor log level that can be used to enrich log with additional context. - attemptToPipelineAuthorization(String, String, Supplier<byte[]>) - Method in class com.azure.core.util.AuthorizationChallengeHandler
-
Attempts to pipeline requests by applying the most recent authorization type used to create an authorization header.
- atVerbose() - Method in class com.azure.core.util.logging.ClientLogger
-
Creates
LoggingEventBuilderforverboselog level that can be used to enrich log with additional context. - atWarning() - Method in class com.azure.core.util.logging.ClientLogger
-
Creates
LoggingEventBuilderforwarninglog level that can be used to enrich log with additional context. - AuthenticateChallenge - Class in com.azure.core.util
-
An authenticate challenge.
- AuthenticateChallenge(String) - Constructor for class com.azure.core.util.AuthenticateChallenge
-
Creates an instance of the AuthenticateChallenge.
- AuthenticateChallenge(String, String) - Constructor for class com.azure.core.util.AuthenticateChallenge
-
Creates an instance of the AuthenticateChallenge.
- AuthenticateChallenge(String, Map<String, String>) - Constructor for class com.azure.core.util.AuthenticateChallenge
-
Creates an instance of the AuthenticateChallenge.
- AUTHENTICATION_INFO - Static variable in class com.azure.core.util.AuthorizationChallengeHandler
-
Header representing additional information a server is expecting during future authentication requests.
- AUTHORIZATION - Static variable in class com.azure.core.http.HttpHeaderName
-
Authorization/authorization - AUTHORIZATION - Static variable in class com.azure.core.util.AuthorizationChallengeHandler
-
Header representing the authorization the client is presenting to a server.
- AuthorizationChallengeHandler - Class in com.azure.core.util
-
This class handles Basic and Digest authorization challenges, complying to RFC 2617 and RFC 7616.
- AuthorizationChallengeHandler(String, String) - Constructor for class com.azure.core.util.AuthorizationChallengeHandler
-
Creates an
AuthorizationChallengeHandlerusing theusernameandpasswordto respond to authentication challenges. - authorizeRequest(HttpPipelineCallContext) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Executed before sending the initial request and authenticates the request.
- authorizeRequestOnChallenge(HttpPipelineCallContext, HttpResponse) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Handles the authentication challenge in the event a 401 response with a WWW-Authenticate authentication challenge header is received after the initial request and returns appropriate
TokenRequestContextto be used for re-authentication. - authorizeRequestOnChallengeSync(HttpPipelineCallContext, HttpResponse) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Handles the authentication challenge in the event a 401 response with a WWW-Authenticate authentication challenge header is received after the initial request and returns appropriate
TokenRequestContextto be used for re-authentication. - authorizeRequestSync(HttpPipelineCallContext) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Synchronously executed before sending the initial request and authenticates the request.
- awaitTermination(long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
-
Shutdown isn't supported for this executor service as it is shared by multiple consumers.
- AZ_TRACING_NAMESPACE_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.Pass Azure Resource Provider Namespace to Tracer factory method
TracerProvider.createTracer(String, String, String, TracingOptions) - AZURE_ASYNCOPERATION - Static variable in class com.azure.core.http.HttpHeaderName
-
Azure-AsyncOperation/azure-azyncoperation - AZURE_CHINA_CLOUD - Static variable in class com.azure.core.models.AzureCloud
-
Azure China cloud.
- AZURE_PUBLIC_CLOUD - Static variable in class com.azure.core.models.AzureCloud
-
Azure public cloud.
- AZURE_REQUEST_HTTP_HEADERS_KEY - Static variable in class com.azure.core.http.policy.AddHeadersFromContextPolicy
-
Key used to override headers in HttpRequest.
- AZURE_US_GOVERNMENT_CLOUD - Static variable in class com.azure.core.models.AzureCloud
-
Azure US government cloud.
- Azure Active Directory (AAD) Authentication - Search tag in package com.azure.core.credential
- Section
- AzureCloud - Class in com.azure.core.models
-
An expandable enum that describes Azure cloud environment.
- AzureCloud() - Constructor for class com.azure.core.models.AzureCloud
-
Deprecated.Use one of the constants or the
AzureCloud.fromString(String)factory method. - Azure Core shared library for Java - Search tag in Overview
- Section
- AzureException - Exception Class in com.azure.core.exception
-
The
AzureExceptionclass is the base class for all exceptions thrown by Azure SDKs. - AzureException() - Constructor for exception class com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String) - Constructor for exception class com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String, Throwable) - Constructor for exception class com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String, Throwable, boolean, boolean) - Constructor for exception class com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(Throwable) - Constructor for exception class com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureKeyCredential - Class in com.azure.core.credential
-
The
AzureKeyCredentialis used to authenticate and authorize requests made to Azure services. - AzureKeyCredential(String) - Constructor for class com.azure.core.credential.AzureKeyCredential
-
Creates a credential that authorizes request with the given key.
- AzureKeyCredentialPolicy - Class in com.azure.core.http.policy
-
The
AzureKeyCredentialPolicyclass is an implementation of theKeyCredentialPolicyinterface. - AzureKeyCredentialPolicy(String, AzureKeyCredential) - Constructor for class com.azure.core.http.policy.AzureKeyCredentialPolicy
-
Creates a policy that uses the passed
AzureKeyCredentialto set the specified header name. - AzureKeyCredentialPolicy(String, AzureKeyCredential, String) - Constructor for class com.azure.core.http.policy.AzureKeyCredentialPolicy
-
Creates a policy that uses the passed
AzureKeyCredentialto set the specified header name. - AzureKeyCredentialTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingAzureKeyCredential. - AzureNamedKey - Class in com.azure.core.credential
-
Represents a credential bag containing the key and the name of the key.
- AzureNamedKeyCredential - Class in com.azure.core.credential
-
The
AzureNamedKeyCredentialis used to authenticate and authorize requests made to Azure services. - AzureNamedKeyCredential(String, String) - Constructor for class com.azure.core.credential.AzureNamedKeyCredential
-
Creates a credential with specified
namethat authorizes request with the givenkey. - AzureNamedKeyCredentialTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingAzureNamedKeyCredential. - AzureSasCredential - Class in com.azure.core.credential
-
Represents a credential that uses a shared access signature to authenticate to an Azure Service.
- AzureSasCredential(String) - Constructor for class com.azure.core.credential.AzureSasCredential
-
Creates a credential that authorizes request with the given shared access signature.
- AzureSasCredential(String, Function<String, String>) - Constructor for class com.azure.core.credential.AzureSasCredential
-
Creates a credential that authorizes request within the given shared access signature.
- AzureSasCredentialPolicy - Class in com.azure.core.http.policy
-
The
AzureSasCredentialPolicyclass is an implementation of theHttpPipelinePolicyinterface. - AzureSasCredentialPolicy(AzureSasCredential) - Constructor for class com.azure.core.http.policy.AzureSasCredentialPolicy
-
Creates a policy that uses the passed
AzureSasCredentialto append sas to query string. - AzureSasCredentialPolicy(AzureSasCredential, boolean) - Constructor for class com.azure.core.http.policy.AzureSasCredentialPolicy
-
Creates a policy that uses the passed
AzureSasCredentialto append sas to query string. - AzureSasCredentialTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingAzureSasCredential.
B
- Base64Url - Class in com.azure.core.util
-
Encodes and decodes using Base64 URL encoding.
- Base64Url(byte[]) - Constructor for class com.azure.core.util.Base64Url
-
Creates a new Base64Url object with the specified encoded bytes.
- Base64Url(String) - Constructor for class com.azure.core.util.Base64Url
-
Creates a new Base64Url object with the specified encoded string.
- Base64Util - Class in com.azure.core.util
-
Utility type exposing Base64 encoding and decoding methods.
- BASIC - Enum constant in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Logs only URLs, HTTP methods, and time to finish the request.
- BasicAuthenticationCredential - Class in com.azure.core.credential
-
The
BasicAuthenticationCredentialis used to authenticate and authorize requests made to Azure services using the Basic authentication scheme. - BasicAuthenticationCredential(String, String) - Constructor for class com.azure.core.credential.BasicAuthenticationCredential
-
Creates a basic authentication credential.
- BearerTokenAuthenticationPolicy - Class in com.azure.core.http.policy
-
The
BearerTokenAuthenticationPolicyclass is an implementation of theHttpPipelinePolicyinterface. - BearerTokenAuthenticationPolicy(TokenCredential, String...) - Constructor for class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Creates BearerTokenAuthenticationPolicy.
- BeforeRetryPolicyProvider - Interface in com.azure.core.http.policy
-
Implementing classes are automatically added as policies before the retry policy.
- beforeSendingRequest(HttpPipelineCallContext) - Method in class com.azure.core.http.policy.HttpPipelineSyncPolicy
-
Method is invoked before the request is sent.
- BinaryData - Class in com.azure.core.util
-
BinaryData is a convenient data interchange class for use throughout the Azure SDK for Java.
- BODY - Enum constant in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Logs everything in BASIC, plus all the request and response body.
- BODY_AND_HEADERS - Enum constant in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Logs everything in HEADERS and BODY.
- BodyParam - Annotation Type in com.azure.core.annotation
-
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
- bomAwareToString(byte[], String) - Static method in class com.azure.core.util.CoreUtils
-
Attempts to convert a byte stream into the properly encoded String.
- buffer() - Method in class com.azure.core.http.HttpResponse
-
Gets a new
responseobject wrapping this response with its content buffered into memory. - build() - Method in class com.azure.core.http.HttpPipelineBuilder
-
Creates an
HttpPipelinebased on options set in the builder. - build() - Method in class com.azure.core.util.ConfigurationBuilder
-
Builds root
Configurationsection. - build() - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Builds configuration property instance.
- buildAsyncKeyEncryptionKey(String) - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKeyResolver
-
Retrieves the
AsyncKeyEncryptionKeycorresponding to the specifiedkeyId - builder() - Element in annotation type com.azure.core.annotation.ServiceClient
-
The builder class that can construct an instance of this class.
- buildKeyEncryptionKey(String) - Method in interface com.azure.core.cryptography.KeyEncryptionKeyResolver
-
Retrieves the
KeyEncryptionKeycorresponding to the specifiedkeyId - buildSection(String) - Method in class com.azure.core.util.ConfigurationBuilder
-
Builds
Configurationsection that supports retrieving properties from client-specific section with fallback to root section for properties that can be shared between clients. - byPage() - Method in class com.azure.core.http.rest.PagedFluxBase
-
Deprecated.Creates a Flux of
PagedResponsestarting from the first page. - byPage() - Method in class com.azure.core.util.paging.ContinuablePagedFlux
-
Gets a
FluxofContinuablePagestarting at the first page. - byPage() - Method in class com.azure.core.util.paging.ContinuablePagedFluxCore
- byPage(int) - Method in class com.azure.core.util.paging.ContinuablePagedFlux
-
Gets a
FluxofContinuablePagestarting at the first page requesting each page to contain a number of elements equal to the preferred page size. - byPage(int) - Method in class com.azure.core.util.paging.ContinuablePagedFluxCore
- byPage(C) - Method in class com.azure.core.util.paging.ContinuablePagedFlux
-
Gets a
FluxofContinuablePagebeginning at the page identified by the given continuation token. - byPage(C) - Method in class com.azure.core.util.paging.ContinuablePagedFluxCore
- byPage(C, int) - Method in class com.azure.core.util.paging.ContinuablePagedFlux
-
Gets a
FluxofContinuablePagebeginning at the page identified by the given continuation token requesting each page to contain the number of elements equal to the preferred page size. - byPage(C, int) - Method in class com.azure.core.util.paging.ContinuablePagedFluxCore
- byPage(String) - Method in class com.azure.core.http.rest.PagedFluxBase
-
Deprecated.Creates a Flux of
PagedResponsestarting from the next page associated with the given continuation token. - byteBufferToArray(ByteBuffer) - Static method in class com.azure.core.util.FluxUtil
-
Gets the content of the provided ByteBuffer as a byte array.
- BYTES - Static variable in class com.azure.core.models.CloudEventDataFormat
-
Bytes format.
- bytesToHexString(byte[]) - Static method in class com.azure.core.util.CoreUtils
-
Converts a byte array into a hex string.
C
- CACHE_CONTROL - Static variable in class com.azure.core.http.HttpHeaderName
-
Cache-Control/cache-control - calculateRetryDelay(int) - Method in class com.azure.core.http.policy.ExponentialBackoff
- calculateRetryDelay(int) - Method in class com.azure.core.http.policy.FixedDelay
- calculateRetryDelay(int) - Method in interface com.azure.core.http.policy.RetryStrategy
-
Computes the delay between each retry.
- calculateRetryDelay(RequestRetryCondition) - Method in interface com.azure.core.http.policy.RetryStrategy
-
Computes the delay between each retry based on the
RequestRetryCondition. - cancel(PollingContext<T>, PollResponse<T>) - Method in class com.azure.core.util.polling.ChainedPollingStrategy
-
Cancels the long-running operation if service supports cancellation.
- cancel(PollingContext<T>, PollResponse<T>) - Method in interface com.azure.core.util.polling.PollingStrategy
-
Cancels the long-running operation if service supports cancellation.
- cancel(PollingContext<T>, PollResponse<T>) - Method in class com.azure.core.util.polling.SyncChainedPollingStrategy
-
Cancels the long-running operation if service supports cancellation.
- cancel(PollingContext<T>, PollResponse<T>) - Method in class com.azure.core.util.polling.SyncDefaultPollingStrategy
- cancel(PollingContext<T>, PollResponse<T>) - Method in interface com.azure.core.util.polling.SyncPollingStrategy
-
Cancels the long-running operation if service supports cancellation.
- cancelOperation() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
Gets a
Monowhereupon subscription it cancels the remote long-running operation if cancellation is supported by the service. - cancelOperation() - Method in interface com.azure.core.util.polling.SyncPoller
-
Cancels the remote long-running operation if cancellation is supported by the service.
- canLogAtLevel(LogLevel) - Method in class com.azure.core.util.logging.ClientLogger
-
Determines if the app or environment logger support logging at the given log level.
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.ChainedPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.DefaultPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.LocationPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.OperationResourcePollingStrategy
- canPoll(Response<?>) - Method in interface com.azure.core.util.polling.PollingStrategy
-
Checks if this strategy is able to handle polling for this long-running operation based on the information in the initial response.
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.StatusCheckPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.SyncChainedPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.SyncDefaultPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.SyncLocationPollingStrategy
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
- canPoll(Response<?>) - Method in interface com.azure.core.util.polling.SyncPollingStrategy
-
Checks if this strategy is able to handle polling for this long-running operation based on the information in the initial response.
- canPoll(Response<?>) - Method in class com.azure.core.util.polling.SyncStatusCheckPollingStrategy
- ChainedPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
A polling strategy that chains multiple polling strategies, finds the first strategy that can poll the current long-running operation, and polls with that strategy.
- ChainedPollingStrategy(List<PollingStrategy<T, U>>) - Constructor for class com.azure.core.util.polling.ChainedPollingStrategy
-
Creates a chained polling strategy with a list of polling strategies.
- clearQuery() - Method in class com.azure.core.util.UrlBuilder
-
Clear the query that will be used to build the final URL.
- CLIENT - Enum constant in enum com.azure.core.util.tracing.SpanKind
-
Indicates that the span covers the client-side wrapper around an RPC or other remote request.
- ClientAuthenticationException - Exception Class in com.azure.core.exception
-
The
ClientAuthenticationExceptionrepresents an exception thrown when client authentication fails with a status code of 4XX, typically 401 unauthorized. - ClientAuthenticationException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.ClientAuthenticationException
-
Initializes a new instance of the
ClientAuthenticationExceptionclass. - ClientAuthenticationException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.ClientAuthenticationException
-
Initializes a new instance of the
ClientAuthenticationExceptionclass. - ClientAuthenticationException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.ClientAuthenticationException
-
Initializes a new instance of the
ClientAuthenticationExceptionclass. - ClientBuilderUtil - Class in com.azure.core.util.builder
-
This class contains utility methods useful for client builders.
- ClientLogger - Class in com.azure.core.util.logging
-
This is a fluent logger helper class that wraps a pluggable
Logger. - ClientLogger(Class<?>) - Constructor for class com.azure.core.util.logging.ClientLogger
-
Retrieves a logger for the passed class using the
LoggerFactory. - ClientLogger(Class<?>, Map<String, Object>) - 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. - ClientLogger(String, Map<String, Object>) - Constructor for class com.azure.core.util.logging.ClientLogger
-
Retrieves a logger for the passed class name using the
LoggerFactorywith context that will be populated on all log records produced with this logger. - clientOptions(ClientOptions) - Method in interface com.azure.core.client.traits.HttpTrait
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- clientOptions(ClientOptions) - Method in class com.azure.core.http.HttpPipelineBuilder
-
Sets the ClientOptions that will configure the pipeline.
- ClientOptions - Class in com.azure.core.util
-
General configuration options for clients.
- ClientOptions() - Constructor for class com.azure.core.util.ClientOptions
-
Creates a new instance of
ClientOptions. - clone() - Method in class com.azure.core.http.HttpPipelineNextPolicy
-
Creates a new instance of this instance.
- clone() - Method in class com.azure.core.http.HttpPipelineNextSyncPolicy
-
Creates a new instance of this instance.
- clone() - Method in class com.azure.core.util.Configuration
-
Deprecated.Use
ConfigurationBuilderandConfigurationSourceto create configuration. - clone(byte[]) - Static method in class com.azure.core.util.CoreUtils
-
Creates a copy of the source byte array.
- clone(int[]) - Static method in class com.azure.core.util.CoreUtils
-
Creates a copy of the source int array.
- clone(T[]) - Static method in class com.azure.core.util.CoreUtils
-
Creates a copy of the source array.
- 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.PagedResponseBase
- close() - Method in class com.azure.core.http.rest.StreamResponse
-
Disposes the connection associated with this
StreamResponse. - close() - Method in interface com.azure.core.util.metrics.Meter
- closeAsync() - Method in interface com.azure.core.util.AsyncCloseable
-
Begins the close operation.
- CloudEvent - Class in com.azure.core.models
-
Represents the CloudEvent conforming to the 1.0 schema defined by the Cloud Native Computing Foundation.
- CloudEvent(String, String, BinaryData, CloudEventDataFormat, String) - Constructor for class com.azure.core.models.CloudEvent
-
Create an instance of
CloudEvent. - CloudEventDataFormat - Class in com.azure.core.models
-
Representation of the data format for a
CloudEvent. - CloudEventDataFormat() - Constructor for class com.azure.core.models.CloudEventDataFormat
-
Deprecated.Use one of the constants or the
CloudEventDataFormat.fromString(String)factory method. - code() - Element in annotation type com.azure.core.annotation.UnexpectedResponseExceptionType
-
HTTP status codes which trigger the exception to be thrown or returned, if not status codes are listed the exception is always thrown or returned.
- collectBytesFromNetworkResponse(Flux<ByteBuffer>, HttpHeaders) - Static method in class com.azure.core.util.FluxUtil
-
Collects ByteBuffers returned in a network response into a byte array.
- collectBytesInByteBufferStream(Flux<ByteBuffer>) - Static method in class com.azure.core.util.FluxUtil
-
Collects ByteBuffers emitted by a Flux into a byte array.
- collectBytesInByteBufferStream(Flux<ByteBuffer>, int) - Static method in class com.azure.core.util.FluxUtil
-
Collects ByteBuffers emitted by a Flux into a byte array.
- COLLECTION - Enum constant in enum com.azure.core.annotation.ReturnType
-
Simple collection, enumeration, return type.
- CollectionFormat - Enum in com.azure.core.util.serializer
-
Swagger collection format to use for joining
Listparameters in paths, queries, and headers. - com.azure.core.annotation - package com.azure.core.annotation
-
This package contains annotations for client-side methods that map to REST APIs in the Azure SDK.
- com.azure.core.client.traits - package com.azure.core.client.traits
-
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.
- com.azure.core.credential - package com.azure.core.credential
-
Azure Core Credential library is designed to simplify the process of authenticating and authorizing access to Azure services from Java applications.
- com.azure.core.cryptography - package com.azure.core.cryptography
-
This package contains cryptography interfaces for Azure SDK client libraries.
- com.azure.core.exception - package com.azure.core.exception
-
This package contains the core exception classes used throughout the Azure SDKs.
- com.azure.core.http - package com.azure.core.http
-
This package provides HTTP abstractions for Azure SDK client libraries.
- com.azure.core.http.policy - package com.azure.core.http.policy
-
This package contains the HttpPipelinePolicy interface and its implementations.
- com.azure.core.http.rest - package com.azure.core.http.rest
-
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
- com.azure.core.models - package com.azure.core.models
-
This package contains the core model classes used across the Azure SDK.
- com.azure.core.util - package com.azure.core.util
-
Package containing core utility classes.
- com.azure.core.util.builder - package com.azure.core.util.builder
-
Package containing utilities for client builders.
- com.azure.core.util.io - package com.azure.core.util.io
-
Package containing APIs for IO operations.
- com.azure.core.util.logging - package com.azure.core.util.logging
-
Package containing logging APIs.
- com.azure.core.util.metrics - package com.azure.core.util.metrics
-
Package containing core utility classes.
- com.azure.core.util.paging - package com.azure.core.util.paging
-
Package containing paging abstraction.
- com.azure.core.util.polling - package com.azure.core.util.polling
-
This package contains utility classes and interfaces for handling long-running operations in the Azure client libraries.
- com.azure.core.util.serializer - package com.azure.core.util.serializer
-
Package containing interfaces describing serialization and deserialization contract.
- com.azure.core.util.tracing - package com.azure.core.util.tracing
-
Package containing API for tracing.
- configuration(Configuration) - Method in interface com.azure.core.client.traits.ConfigurationTrait
-
Sets the client-specific configuration used to retrieve client or global configuration properties when building a client.
- Configuration - Class in com.azure.core.util
-
Contains configuration information that is used during construction of client libraries.
- Configuration() - Constructor for class com.azure.core.util.Configuration
-
Deprecated.Use
ConfigurationBuilderandConfigurationSourcethat allow to provide all properties before creating configuration and keep it immutable. - ConfigurationBuilder - Class in com.azure.core.util
-
Builds
Configurationwith external source. - ConfigurationBuilder() - Constructor for class com.azure.core.util.ConfigurationBuilder
-
Creates
ConfigurationBuilder. - ConfigurationBuilder(ConfigurationSource) - Constructor for class com.azure.core.util.ConfigurationBuilder
-
Creates
ConfigurationBuilderwith configuration source. - ConfigurationBuilder(ConfigurationSource, ConfigurationSource, ConfigurationSource) - Constructor for class com.azure.core.util.ConfigurationBuilder
-
Creates
ConfigurationBuilderwith configuration sources for explicit configuration, system properties and environment configuration sources. - ConfigurationProperty<T> - Class in com.azure.core.util
-
Represents configuration property.
- ConfigurationPropertyBuilder<T> - Class in com.azure.core.util
-
Builds configuration property.
- ConfigurationPropertyBuilder(String, Function<String, T>) - Constructor for class com.azure.core.util.ConfigurationPropertyBuilder
-
Constructs
ConfigurationPropertyBuilderinstance. - ConfigurationSource - Interface in com.azure.core.util
-
Configuration property source which provides configuration values from a specific place.
- ConfigurationTrait - Search tag in Overview
- Section
- ConfigurationTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingConfiguration. - Configuring Builders - Search tag in Overview
- Section
- CONNECT - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP CONNECT method.
- CONNECTION - Static variable in class com.azure.core.http.HttpHeaderName
-
Connection/connection - connectionString(String) - Method in interface com.azure.core.client.traits.ConnectionStringTrait
-
Sets the connection string to connect to the service.
- ConnectionStringTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for setting connection strings. - consumeAuthenticationInfoHeader(Map<String, String>) - Method in class com.azure.core.util.AuthorizationChallengeHandler
-
Consumes either the 'Authentication-Info' or 'Proxy-Authentication-Info' header returned in a response from a server.
- CONSUMER - Enum constant in enum com.azure.core.util.tracing.SpanKind
-
Indicates that the span describes consumer receiving a message from a broker.
- contains(ConfigurationProperty<?>) - Method in class com.azure.core.util.Configuration
-
Checks if configuration contains the property.
- contains(String) - Method in class com.azure.core.util.Configuration
-
Determines if the system property or environment variable is defined.
- CONTENT_DISPOSITION - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Disposition/content-disposition - CONTENT_ENCODING - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Encoding/content-encoding - CONTENT_LANGUAGE - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Language/content-language - CONTENT_LENGTH - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Length/content-length - CONTENT_LOCATION - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Location/content-location - CONTENT_MD5 - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-MD5/content-md5 - CONTENT_RANGE - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Range/content-range - CONTENT_TYPE - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Type/content-type - ContentType - Class in com.azure.core.http
-
This class provides constants for commonly used Content-Type header values in HTTP requests and responses.
- Context - Class in com.azure.core.util
-
Contextoffers 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
Contextobject. - Contexts - Class in com.azure.core.util
-
A utility type that can be used to add and retrieve instances commonly used in
Context. - ContinuablePage<C,
T> - Interface in com.azure.core.util.paging -
Represents a page returned, this page may contain a reference to additional pages known as a continuation token.
- ContinuablePagedFlux<C,
T, - Class in com.azure.core.util.pagingP> -
This class is a
Fluximplementation that provides the ability to operate on pages of typeContinuablePageand individual items in such pages. - ContinuablePagedFlux() - Constructor for class com.azure.core.util.paging.ContinuablePagedFlux
-
Creates an instance of ContinuablePagedFlux.
- ContinuablePagedFlux(Predicate<C>) - Constructor for class com.azure.core.util.paging.ContinuablePagedFlux
-
Creates an instance of ContinuablePagedFlux.
- ContinuablePagedFluxCore<C,
T, - Class in com.azure.core.util.pagingP> -
The default implementation of
ContinuablePagedFlux. - ContinuablePagedFluxCore(Supplier<PageRetriever<C, P>>) - Constructor for class com.azure.core.util.paging.ContinuablePagedFluxCore
-
Creates an instance of
ContinuablePagedFluxCore. - ContinuablePagedFluxCore(Supplier<PageRetriever<C, P>>, int) - Constructor for class com.azure.core.util.paging.ContinuablePagedFluxCore
-
Creates an instance of
ContinuablePagedFluxCore. - ContinuablePagedFluxCore(Supplier<PageRetriever<C, P>>, Integer, Predicate<C>) - Constructor for class com.azure.core.util.paging.ContinuablePagedFluxCore
-
Creates an instance of
ContinuablePagedFluxCore. - ContinuablePagedIterable<C,
T, - Class in com.azure.core.util.pagingP> - ContinuablePagedIterable(ContinuablePagedFlux<C, T, P>) - Constructor for class com.azure.core.util.paging.ContinuablePagedIterable
-
Creates instance with the given
ContinuablePagedFlux. - ContinuablePagedIterable(ContinuablePagedFlux<C, T, P>, int) - Constructor for class com.azure.core.util.paging.ContinuablePagedIterable
-
Creates instance with the given
ContinuablePagedFlux. - ContinuablePagedIterable(Supplier<PageRetrieverSync<C, P>>, Integer, Predicate<C>) - Constructor for class com.azure.core.util.paging.ContinuablePagedIterable
-
Creates instance with the given
provider. - Contributing - Search tag in Overview
- Section
- convertMemberName(Member) - Method in interface com.azure.core.util.serializer.MemberNameConverter
-
Attempts to get the JSON serialized property name from the passed
Member. - COOKIE - Static variable in class com.azure.core.http.HttpHeaderName
-
Cookie/cookie - CookiePolicy - Class in com.azure.core.http.policy
-
The
CookiePolicyclass is an implementation of theHttpPipelinePolicyinterface. - CookiePolicy() - Constructor for class com.azure.core.http.policy.CookiePolicy
-
Creates a new instance of
CookiePolicy. - copy() - Method in class com.azure.core.http.HttpRequest
-
Creates a copy of the request.
- CoreUtils - Class in com.azure.core.util
-
This class contains utility methods useful for building client libraries.
- count() - Method in class com.azure.core.models.GeoPosition
-
Gets the number of coordinates used to compose the position.
- create() - Method in interface com.azure.core.http.policy.HttpPolicyProvider
-
Creates the policy.
- create(Class<A>) - Static method in class com.azure.core.http.rest.RestProxy
-
Create a proxy implementation of the provided Swagger interface.
- create(Class<A>, HttpPipeline) - Static method in class com.azure.core.http.rest.RestProxy
-
Create a proxy implementation of the provided Swagger interface.
- create(Class<A>, HttpPipeline, SerializerAdapter) - Static method in class com.azure.core.http.rest.RestProxy
-
Create a proxy implementation of the provided Swagger interface.
- create(Duration, Function<PollingContext<T>, Mono<PollResponse<T>>>, Function<PollingContext<T>, Mono<PollResponse<T>>>, BiFunction<PollingContext<T>, PollResponse<T>, Mono<T>>, Function<PollingContext<T>, Mono<U>>) - Static method in class com.azure.core.util.polling.PollerFlux
-
Creates PollerFlux.
- create(Duration, Supplier<Mono<? extends Response<?>>>, PollingStrategy<T, U>, TypeReference<T>, TypeReference<U>) - Static method in class com.azure.core.util.polling.PollerFlux
-
Creates PollerFlux.
- create(Supplier<PageRetriever<String, PagedResponse<T>>>) - Static method in class com.azure.core.http.rest.PagedFlux
-
Creates an instance of
PagedFluxbacked by a Page Retriever Supplier (provider). - createAttributes(Map<String, Object>) - Method in interface com.azure.core.util.metrics.Meter
-
Creates and returns attribute collection implementation specific to the meter implementation.
- createChild() - Method in class com.azure.core.util.ProgressReporter
-
Creates child
ProgressReporterthat can be used to track sub-progress when tracked activity spans across concurrent processes. - createDefault() - Static method in interface com.azure.core.http.HttpClient
-
Creates a new
HttpClientinstance. - createDefault(HttpClientOptions) - Static method in interface com.azure.core.http.HttpClient
-
Creates a new
HttpClientinstance. - createDefaultSerializerAdapter() - Static method in class com.azure.core.util.serializer.JacksonAdapter
-
maintain singleton instance of the default serializer adapter.
- createDoubleHistogram(String, String, String) - Method in interface com.azure.core.util.metrics.Meter
-
Creates histogram instrument allowing to record long values.
- createHttpHeadersFromClientOptions(ClientOptions) - Static method in class com.azure.core.util.CoreUtils
-
Creates
HttpHeadersfrom the providedClientOptions. - createInstance() - Method in interface com.azure.core.http.HttpClientProvider
-
Creates a new instance of the
HttpClientthat this HttpClientProvider is configured to create. - createInstance() - Method in interface com.azure.core.util.serializer.JsonSerializerProvider
-
Creates a new instance of the
JsonSerializerthat this JsonSerializerProvider is configured to create. - createInstance() - Static method in class com.azure.core.util.serializer.JsonSerializerProviders
-
Creates an instance of
JsonSerializerusing the firstJsonSerializerProviderfound in the classpath. - createInstance() - Method in interface com.azure.core.util.serializer.MemberNameConverterProvider
-
Creates a new instance of the
MemberNameConverterthat this MemberNameConverterProvider is configured to create. - createInstance() - Static method in class com.azure.core.util.serializer.MemberNameConverterProviders
-
Creates an instance of
MemberNameConverterusing the firstMemberNameConverterProviderfound in the classpath. - createInstance(boolean) - Static method in class com.azure.core.util.serializer.JsonSerializerProviders
-
Creates an instance of
JsonSerializerusing the firstJsonSerializerProviderfound in the classpath. - createInstance(HttpClientOptions) - Method in interface com.azure.core.http.HttpClientProvider
-
Creates a new instance of the
HttpClientthat this HttpClientProvider is configured to create. - createInstance(Class<T>) - Static method in class com.azure.core.util.serializer.TypeReference
- createLongCounter(String, String, String) - Method in interface com.azure.core.util.metrics.Meter
-
Creates Counter instrument that is used to record incrementing values, such as number of sent messages or created connections.
- createLongGauge(String, String, String) - Method in interface com.azure.core.util.metrics.Meter
-
Creates
LongGaugeinstrument that is used to asynchronously record current value of metric. - createLongUpDownCounter(String, String, String) - Method in interface com.azure.core.util.metrics.Meter
-
Creates UpDownCounter instrument that is used to record values that can go up or down, such as number of active connections or queue size.
- createMeter(LibraryTelemetryOptions, MetricsOptions) - Method in interface com.azure.core.util.metrics.MeterProvider
-
Creates meter instance.
- createMeter(String, String, MetricsOptions) - Method in interface com.azure.core.util.metrics.MeterProvider
-
Creates named and versioned meter instance.
- createPoller(Duration, Function<PollingContext<T>, PollResponse<T>>, Function<PollingContext<T>, PollResponse<T>>, BiFunction<PollingContext<T>, PollResponse<T>, T>, Function<PollingContext<T>, U>) - Static method in interface com.azure.core.util.polling.SyncPoller
-
Creates default SyncPoller.
- createPoller(Duration, Supplier<Response<?>>, SyncPollingStrategy<T, U>, TypeReference<T>, TypeReference<U>) - Static method in interface com.azure.core.util.polling.SyncPoller
-
Creates PollerFlux.
- createRedirectRequest(HttpResponse) - Method in class com.azure.core.http.policy.DefaultRedirectStrategy
- createRedirectRequest(HttpResponse) - Method in interface com.azure.core.http.policy.RedirectStrategy
-
Creates an
requestfor the redirect attempt. - createRetriableDownloadFlux(Supplier<Flux<ByteBuffer>>, BiFunction<Throwable, Long, Flux<ByteBuffer>>, int) - Static method in class com.azure.core.util.FluxUtil
-
Creates a
Fluxthat is capable of resuming a download by applying retry logic when an error occurs. - createRetriableDownloadFlux(Supplier<Flux<ByteBuffer>>, BiFunction<Throwable, Long, Flux<ByteBuffer>>, int, long) - Static method in class com.azure.core.util.FluxUtil
-
Creates a
Fluxthat is capable of resuming a download by applying retry logic when an error occurs. - createRetriableDownloadFlux(Supplier<Flux<ByteBuffer>>, BiFunction<Throwable, Long, Flux<ByteBuffer>>, RetryOptions, long) - Static method in class com.azure.core.util.FluxUtil
-
Creates a
Fluxthat is capable of resuming a download by applying retry logic when an error occurs. - createTracer(LibraryTelemetryOptions, TracingOptions) - Method in interface com.azure.core.util.tracing.TracerProvider
-
Creates tracer provider instance.
- createTracer(String, String, String, TracingOptions) - Method in interface com.azure.core.util.tracing.TracerProvider
-
Creates named and versioned tracer instance.
- credential(AzureKeyCredential) - Method in interface com.azure.core.client.traits.AzureKeyCredentialTrait
-
Sets the
AzureKeyCredentialused for authentication. - credential(AzureNamedKeyCredential) - Method in interface com.azure.core.client.traits.AzureNamedKeyCredentialTrait
-
Sets the
AzureNamedKeyCredentialused for authentication. - credential(AzureSasCredential) - Method in interface com.azure.core.client.traits.AzureSasCredentialTrait
-
Sets the
AzureSasCredentialused for authentication. - credential(KeyCredential) - Method in interface com.azure.core.client.traits.KeyCredentialTrait
-
Sets the
KeyCredentialused for authentication. - credential(TokenCredential) - Method in interface com.azure.core.client.traits.TokenCredentialTrait
-
Sets the
TokenCredentialused to authorize requests sent to the service. - Credential Traits - Search tag in Overview
- Section
- CSV - Enum constant in enum com.azure.core.util.serializer.CollectionFormat
-
Comma separated values.
D
- DATE - Static variable in class com.azure.core.http.HttpHeaderName
-
Date/date - DateTimeRfc1123 - Class in com.azure.core.util
-
Wrapper over java.time.OffsetDateTime used for specifying RFC1123 format during serialization and deserialization.
- DateTimeRfc1123(String) - Constructor for class com.azure.core.util.DateTimeRfc1123
-
Creates a new DateTimeRfc1123 object with the specified DateTime.
- DateTimeRfc1123(OffsetDateTime) - Constructor for class com.azure.core.util.DateTimeRfc1123
-
Creates a new DateTimeRfc1123 object with the specified DateTime.
- decode(byte[]) - Static method in class com.azure.core.util.Base64Util
-
Decodes a base64 encoded byte array.
- decodedBytes() - Method in class com.azure.core.util.Base64Url
-
Decode the bytes and returns its value.
- DecodeException - Exception Class in com.azure.core.exception
-
The
DecodeExceptionrepresents an exception thrown when the HTTP response could not be decoded during the deserialization process. - DecodeException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- DecodeException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- DecodeException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- decodeString(String) - Static method in class com.azure.core.util.Base64Util
-
Decodes a base64 encoded string.
- decodeURL(byte[]) - Static method in class com.azure.core.util.Base64Util
-
Decodes a byte array in base64 URL format.
- DEFAULT_USER_AGENT_HEADER - Static variable in class com.azure.core.util.UserAgentUtil
-
Default
UserAgentheader. - DefaultPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
The default polling strategy to use with Azure data plane services.
- DefaultPollingStrategy(HttpPipeline) - Constructor for class com.azure.core.util.polling.DefaultPollingStrategy
-
Creates a chained polling strategy with 3 known polling strategies,
OperationResourcePollingStrategy,LocationPollingStrategy, andStatusCheckPollingStrategy, in this order, with a JSON serializer. - DefaultPollingStrategy(HttpPipeline, JsonSerializer) - Constructor for class com.azure.core.util.polling.DefaultPollingStrategy
-
Creates a chained polling strategy with 3 known polling strategies,
OperationResourcePollingStrategy,LocationPollingStrategy, andStatusCheckPollingStrategy, in this order, with a custom serializer. - DefaultPollingStrategy(HttpPipeline, JsonSerializer, Context) - Constructor for class com.azure.core.util.polling.DefaultPollingStrategy
-
Creates a chained polling strategy with 3 known polling strategies,
OperationResourcePollingStrategy,LocationPollingStrategy, andStatusCheckPollingStrategy, in this order, with a custom serializer. - DefaultPollingStrategy(HttpPipeline, String, JsonSerializer, Context) - Constructor for class com.azure.core.util.polling.DefaultPollingStrategy
-
Creates a chained polling strategy with 3 known polling strategies,
OperationResourcePollingStrategy,LocationPollingStrategy, andStatusCheckPollingStrategy, in this order, with a custom serializer. - DefaultPollingStrategy(PollingStrategyOptions) - Constructor for class com.azure.core.util.polling.DefaultPollingStrategy
-
Creates a chained polling strategy with 3 known polling strategies,
OperationResourcePollingStrategy,LocationPollingStrategy, andStatusCheckPollingStrategy, in this order, with a custom serializer. - DefaultRedirectStrategy - Class in com.azure.core.http.policy
-
The
DefaultRedirectStrategyclass is an implementation of theRedirectStrategyinterface. - DefaultRedirectStrategy() - Constructor for class com.azure.core.http.policy.DefaultRedirectStrategy
-
Creates an instance of
DefaultRedirectStrategywith a maximum number of redirect attempts 3, header name "Location" to locate the redirect url in the response headers andHttpMethod.GETandHttpMethod.HEADas allowed methods for performing the redirect. - DefaultRedirectStrategy(int) - Constructor for class com.azure.core.http.policy.DefaultRedirectStrategy
-
Creates an instance of
DefaultRedirectStrategywith the provided number of redirect attempts and default header name "Location" to locate the redirect url in the response headers andHttpMethod.GETandHttpMethod.HEADas allowed methods for performing the redirect. - DefaultRedirectStrategy(int, String, Set<HttpMethod>) - Constructor for class com.azure.core.http.policy.DefaultRedirectStrategy
-
Creates an instance of
DefaultRedirectStrategy. - defaultValue(T) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets default property value.
- Delete - Annotation Type in com.azure.core.annotation
-
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
- DELETE - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP DELETE method.
- deserialize(byte[], Type, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
- deserialize(byte[], Type, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Deserializes a byte array into an object.
- deserialize(HttpHeaders, Type) - Method in class com.azure.core.util.serializer.JacksonAdapter
- deserialize(HttpHeaders, Type) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Deserialize the provided headers returned from a REST API to an entity instance declared as the model to hold 'Matching' headers.
- deserialize(InputStream, TypeReference<T>) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Reads a JSON stream into its object representation.
- deserialize(InputStream, TypeReference<T>) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Reads a stream into its object representation.
- deserialize(InputStream, Type, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
- deserialize(InputStream, Type, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Deserializes a stream into an object.
- deserialize(String, Type, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
- deserialize(String, Type, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Deserializes a string into an object.
- deserializeAsync(InputStream, TypeReference<T>) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Reads a JSON stream into its object representation.
- deserializeAsync(InputStream, TypeReference<T>) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Reads a stream into its object representation.
- deserializeFromBytes(byte[], TypeReference<T>) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Reads a JSON byte array into its object representation.
- deserializeFromBytes(byte[], TypeReference<T>) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Reads a byte array into its object representation.
- deserializeFromBytesAsync(byte[], TypeReference<T>) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Reads a JSON byte array into its object representation.
- deserializeFromBytesAsync(byte[], TypeReference<T>) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Reads a byte array into its object representation.
- deserializeHeader(Header, Type) - Method in class com.azure.core.util.serializer.JacksonAdapter
- deserializeHeader(Header, Type) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Deserializes the provided header returned from a REST API to en entity instance declared as the model of the header.
- DIAGNOSTIC_ID_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
Tracer.extractContext(Function)andTracer.injectContext(BiConsumer, Context)for context propagation. - DISABLE_TRACING_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Contextwhich disables tracing for the request associated with the current context. - disableRedactedHeaderLogging(boolean) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the flag that controls if header names which value is redacted should be logged.
- DoubleHistogram - Interface in com.azure.core.util.metrics
-
A histogram instrument that records
longvalues. - durationToStringWithDays(Duration) - Static method in class com.azure.core.util.CoreUtils
-
Converts a
Durationto a string in ISO-8601 format with support for a day component.
E
- empty() - Static method in class com.azure.core.util.Contexts
- Enabling Logging - Search tag in Overview
- Section
- encode(byte[]) - Static method in class com.azure.core.util.Base64Url
-
Encodes a byte array into Base64Url encoded bytes.
- encode(byte[]) - Static method in class com.azure.core.util.Base64Util
-
Encodes a byte array to base64.
- encoded() - Element in annotation type com.azure.core.annotation.FormParam
-
Whether the form parameter is already form encoded.
- encoded() - Element in annotation type com.azure.core.annotation.HostParam
-
A value true for this argument indicates that value of
HostParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - encoded() - Element in annotation type com.azure.core.annotation.PathParam
-
A value true for this argument indicates that value of
PathParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - encoded() - Element in annotation type com.azure.core.annotation.QueryParam
-
A value true for this argument indicates that value of
QueryParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - encodedBytes() - Method in class com.azure.core.util.Base64Url
-
Returns the underlying encoded byte array.
- encodeToString(byte[]) - Static method in class com.azure.core.util.Base64Util
-
Encodes a byte array to a base 64 string.
- encodeURLWithoutPadding(byte[]) - Static method in class com.azure.core.util.Base64Util
-
Encodes a byte array to base64 URL format.
- end(int, Throwable, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.set specific attribute e.g. http_status_code explicitly and use
Tracer.end(String, Throwable, Context). - end(int, Throwable, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.For the plugged in
tracer, its current tracing span is marked as completed. - end(String, Throwable, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Completes span on the context.
- endpoint(String) - Method in interface com.azure.core.client.traits.EndpointTrait
-
Sets the service endpoint that will be connected to by clients.
- EndpointTrait - Search tag in Overview
- Section
- EndpointTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for setting service endpoints. - ENTITY_PATH_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Contextwhich indicates that the context contains an entity path. - environmentVariableName(String) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets environment variable name that can represent this property if explicit configuration is not set.
- equals(Object) - Method in class com.azure.core.http.HttpHeaderName
- equals(Object) - Method in class com.azure.core.http.HttpRange
- equals(Object) - Method in class com.azure.core.models.GeoBoundingBox
- equals(Object) - Method in class com.azure.core.models.GeoCollection
- equals(Object) - Method in class com.azure.core.models.GeoLinearRing
- equals(Object) - Method in class com.azure.core.models.GeoLineString
- equals(Object) - Method in class com.azure.core.models.GeoLineStringCollection
- equals(Object) - Method in class com.azure.core.models.GeoObject
- equals(Object) - Method in class com.azure.core.models.GeoPoint
- equals(Object) - Method in class com.azure.core.models.GeoPointCollection
- equals(Object) - Method in class com.azure.core.models.GeoPolygon
- equals(Object) - Method in class com.azure.core.models.GeoPolygonCollection
- equals(Object) - Method in class com.azure.core.models.GeoPosition
- equals(Object) - Method in class com.azure.core.util.Base64Url
- equals(Object) - Method in class com.azure.core.util.DateTimeRfc1123
- equals(Object) - Method in class com.azure.core.util.ETag
- equals(Object) - Method in class com.azure.core.util.ExpandableStringEnum
- error(Exception) - Static method in class com.azure.core.util.polling.PollerFlux
-
Creates a PollerFlux instance that returns an error on subscription.
- error(String) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a message at
errorlog level. - error(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a format-able message that uses
{}as the placeholder aterrorlog level. - ERROR - Enum constant in enum com.azure.core.util.logging.LogLevel
-
Indicates that log level is at error level.
- ETag - Class in com.azure.core.util
-
This class represents an HTTP ETag.
- ETag(String) - Constructor for class com.azure.core.util.ETag
-
Creates a new instance of
ETag. - ETAG - Static variable in class com.azure.core.http.HttpHeaderName
-
ETag/etag - Examples - Search tag in Overview
- Section
- Exception Hierarchy with AzureException - Search tag in Overview
- Section
- execute(Runnable) - Method in class com.azure.core.util.SharedExecutorService
- ExpandableEnum<T> - Interface in com.azure.core.util
-
Interface for expandable enums.
- ExpandableStringEnum<T> - Class in com.azure.core.util
-
Base implementation for expandable, single string enums.
- ExpandableStringEnum() - Constructor for class com.azure.core.util.ExpandableStringEnum
-
Deprecated.Use the
ExpandableStringEnum.fromString(String, Class)factory method. - EXPECT - Static variable in class com.azure.core.http.HttpHeaderName
-
Expect/expect - ExpectedResponses - Annotation Type in com.azure.core.annotation
-
Annotation to annotate list of HTTP status codes that are expected in response from a REST endpoint.
- EXPIRES - Static variable in class com.azure.core.http.HttpHeaderName
-
Expires/expires - ExponentialBackoff - Class in com.azure.core.http.policy
-
The
ExponentialBackoffclass is an implementation of theRetryStrategyinterface. - ExponentialBackoff() - Constructor for class com.azure.core.http.policy.ExponentialBackoff
-
Creates an instance of
ExponentialBackoffwith a maximum number of retry attempts configured by the environment propertyConfiguration.PROPERTY_AZURE_REQUEST_RETRY_COUNT, or three if it isn't configured or is less than or equal to 0. - ExponentialBackoff(int, Duration, Duration) - Constructor for class com.azure.core.http.policy.ExponentialBackoff
-
Creates an instance of
ExponentialBackoff. - ExponentialBackoff(ExponentialBackoffOptions) - Constructor for class com.azure.core.http.policy.ExponentialBackoff
-
Creates an instance of
ExponentialBackoff. - ExponentialBackoffOptions - Class in com.azure.core.http.policy
-
The
ExponentialBackoffOptionsclass provides configuration options for theExponentialBackoffretry strategy. - ExponentialBackoffOptions() - Constructor for class com.azure.core.http.policy.ExponentialBackoffOptions
-
Creates a new instance of
ExponentialBackoffOptions. - extractAndFetch(PagedResponse<T>, Context, BiFunction<String, Context, Publisher<T>>) - Static method in class com.azure.core.util.CoreUtils
-
Deprecated.Use localized implementation.
- extractContext(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.
- extractContext(Function<String, String>) - Method in interface com.azure.core.util.tracing.Tracer
-
Extracts the span's context as
Contextfrom upstream. - extractSizeFromContentRange(String) - Static method in class com.azure.core.util.CoreUtils
-
Extracts the size from a
Content-Rangeheader.
F
- FAILED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
-
Represents that the long-running operation has failed to successfully complete, however this is still considered as complete long-running operation, meaning that the
PollerFluxinstance will report that it is complete. - findFirstOfType(Object[], Class<T>) - Static method in class com.azure.core.util.CoreUtils
-
Returns the first instance of the given class from an array of Objects.
- FixedDelay - Class in com.azure.core.http.policy
-
The
FixedDelayclass is an implementation of theRetryStrategyinterface. - FixedDelay(int, Duration) - Constructor for class com.azure.core.http.policy.FixedDelay
-
Creates an instance of
FixedDelay. - FixedDelay(FixedDelayOptions) - Constructor for class com.azure.core.http.policy.FixedDelay
-
Creates an instance of
FixedDelay. - FixedDelayOptions - Class in com.azure.core.http.policy
-
The
FixedDelayOptionsclass provides configuration options for theFixedDelayretry strategy. - FixedDelayOptions(int, Duration) - Constructor for class com.azure.core.http.policy.FixedDelayOptions
-
Creates an instance of
FixedDelayOptions. - Fluent - Annotation Type in com.azure.core.annotation
-
Annotation given to all classes that are expected to provide a fluent API to end users.
- fluxContext(Function<Context, Flux<T>>) - Static method in class com.azure.core.util.FluxUtil
-
This method converts the incoming
deferContextualfromReactor ContexttoAzure Contextand calls the given lambda function with this context and returns a collection of typeT - fluxError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
-
Propagates a
RuntimeExceptionthrough the error channel ofFlux. - FluxUtil - Class in com.azure.core.util
-
Utility type exposing methods to deal with
Flux. - FormParam - Annotation Type in com.azure.core.annotation
-
Annotation for form parameters to be sent to a REST API Request URI.
- FORWARDED - Static variable in class com.azure.core.http.HttpHeaderName
-
Forwarded/forwarded - FROM - Static variable in class com.azure.core.http.HttpHeaderName
-
From/from - fromByteBuffer(ByteBuffer) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the givenByteBuffer. - fromBytes(byte[]) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the given byte array. - fromConfiguration(Configuration) - Static method in class com.azure.core.http.ProxyOptions
-
Attempts to load a proxy from the configuration.
- fromConfiguration(Configuration) - Static method in class com.azure.core.util.MetricsOptions
-
Attempts to load metrics options from the configuration.
- fromConfiguration(Configuration) - Static method in class com.azure.core.util.TracingOptions
-
Loads tracing options from the configuration.
- fromConfiguration(Configuration, boolean) - Static method in class com.azure.core.http.ProxyOptions
-
Attempts to load a proxy from the environment.
- fromFile(Path) - Static method in class com.azure.core.util.BinaryData
-
Creates a
BinaryDatathat uses the content of the file atPathas its data. - fromFile(Path, int) - Static method in class com.azure.core.util.BinaryData
-
Creates a
BinaryDatathat uses the content of the file atfileas its data. - fromFile(Path, Long, Long) - Static method in class com.azure.core.util.BinaryData
-
Creates a
BinaryDatathat uses the content of the file atfileas its data. - fromFile(Path, Long, Long, int) - Static method in class com.azure.core.util.BinaryData
-
Creates a
BinaryDatathat uses the content of the file atfileas its data. - fromFlux(Flux<ByteBuffer>) - Static method in class com.azure.core.util.BinaryData
- fromFlux(Flux<ByteBuffer>, Long) - Static method in class com.azure.core.util.BinaryData
- fromFlux(Flux<ByteBuffer>, Long, boolean) - Static method in class com.azure.core.util.BinaryData
- fromHeaders(HttpHeaders) - Static method in enum com.azure.core.util.serializer.SerializerEncoding
-
Determines the serializer encoding to use based on the Content-Type header.
- fromJson(JsonReader) - Static method in class com.azure.core.models.CloudEvent
-
Reads a JSON stream into a
CloudEvent. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoBoundingBox
-
Reads a JSON stream into a
GeoBoundingBox. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoCollection
-
Reads a JSON stream into a
GeoCollection. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoLinearRing
-
Reads a JSON stream into a
GeoLinearRing. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoLineString
-
Reads a JSON stream into a
GeoLineString. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoLineStringCollection
-
Reads a JSON stream into a
GeoLineStringCollection. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoObject
-
Reads an instance of
GeoObjectfrom the JsonReader. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoPoint
-
Reads a JSON stream into a
GeoPoint. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoPointCollection
-
Reads a JSON stream into a
GeoPointCollection. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoPolygon
-
Reads a JSON stream into a
GeoPolygon. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoPolygonCollection
-
Reads a JSON stream into a
GeoPolygonCollection. - fromJson(JsonReader) - Static method in class com.azure.core.models.GeoPosition
-
Reads a JSON stream into a
GeoPosition. - fromJson(JsonReader) - Static method in class com.azure.core.models.JsonPatchDocument
-
Reads a JSON stream into a
JsonPatchDocument. - fromJson(JsonReader) - Static method in class com.azure.core.models.ResponseError
-
Reads a JSON stream into a
ResponseError. - fromJson(JsonReader) - Static method in class com.azure.core.util.polling.PollOperationDetails
-
Reads a JSON stream into a
PollOperationDetails. - fromListByteBuffer(List<ByteBuffer>) - Static method in class com.azure.core.util.BinaryData
- fromObject(Object) - Static method in class com.azure.core.util.BinaryData
- fromObject(Object, ObjectSerializer) - Static method in class com.azure.core.util.BinaryData
- fromObjectAsync(Object) - Static method in class com.azure.core.util.BinaryData
- fromObjectAsync(Object, ObjectSerializer) - Static method in class com.azure.core.util.BinaryData
- fromStream(InputStream) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the givenInputStream. - fromStream(InputStream, Long) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the givenInputStream. - fromStreamAsync(InputStream) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the givenInputStream. - fromStreamAsync(InputStream, Long) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the givenInputStream. - fromString(String) - Static method in class com.azure.core.http.HttpHeaderName
-
Gets or creates the
HttpHeaderNamefor the passedname. - fromString(String) - Static method in class com.azure.core.models.AzureCloud
-
Creates or finds an AzureCloud from its string representation.
- fromString(String) - Static method in class com.azure.core.models.CloudEvent
-
Deserialize
CloudEventJSON string representation that has one CloudEvent object or an array of CloudEvent objects into a list of CloudEvents, and validate whether any CloudEvents have nullid,source, ortype. - fromString(String) - Static method in class com.azure.core.models.CloudEventDataFormat
-
Creates or gets a CloudEventDataFormat from its string representation.
- fromString(String) - Static method in class com.azure.core.models.GeoObjectType
-
Creates or gets a GeoObjectType from its string representation.
- fromString(String) - Static method in class com.azure.core.util.BinaryData
-
Creates an instance of
BinaryDatafrom the givenString. - fromString(String) - Static method in enum com.azure.core.util.logging.LogLevel
-
Converts the passed log level string to the corresponding
LogLevel. - fromString(String, boolean) - Static method in class com.azure.core.models.CloudEvent
-
Deserialize
CloudEventsJSON string representation that has one CloudEvent object or an array of CloudEvent objects into a list of CloudEvents. - fromString(String, boolean) - Static method in class com.azure.core.util.polling.LongRunningOperationStatus
-
Creates or finds a
LongRunningOperationStatusfrom its string representation. - 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.
G
- Generated - Annotation Type in com.azure.core.annotation
-
Annotation given to all methods that are generated by AutoRest.
- GeoBoundingBox - Class in com.azure.core.models
-
Represents a geometric bounding box.
- GeoBoundingBox(double, double, double, double) - Constructor for class com.azure.core.models.GeoBoundingBox
-
Constructs a bounding box.
- GeoBoundingBox(double, double, double, double, double, double) - Constructor for class com.azure.core.models.GeoBoundingBox
-
Constructs a bounding box.
- GeoCollection - Class in com.azure.core.models
-
Represents a heterogeneous collection of
GeoObjects. - GeoCollection(List<GeoObject>) - Constructor for class com.azure.core.models.GeoCollection
-
Constructs a
GeoCollection. - GeoCollection(List<GeoObject>, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoCollection
-
Constructs a
GeoCollection. - GeoLinearRing - Class in com.azure.core.models
-
Represents a linear ring that is part of a
GeoPolygon. - GeoLinearRing(List<GeoPosition>) - Constructor for class com.azure.core.models.GeoLinearRing
-
Constructs a new linear ring with the passed coordinates.
- GeoLineString - Class in com.azure.core.models
-
Represents a geometric line string.
- GeoLineString(List<GeoPosition>) - Constructor for class com.azure.core.models.GeoLineString
-
Constructs a geometric line.
- GeoLineString(List<GeoPosition>, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoLineString
-
Constructs a geometric line.
- GeoLineStringCollection - Class in com.azure.core.models
-
Represents a collection of
GeoLineStrings. - GeoLineStringCollection(List<GeoLineString>) - Constructor for class com.azure.core.models.GeoLineStringCollection
-
Constructs a
GeoLineStringCollection. - GeoLineStringCollection(List<GeoLineString>, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoLineStringCollection
-
Constructs a
GeoLineStringCollection. - GEOMETRY_COLLECTION - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON geometry collection.
- GeoObject - Class in com.azure.core.models
-
Represents an abstract geometric object in GeoJSON format.
- GeoObject(GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoObject
-
Creates a
GeoObjectinstance. - GeoObjectType - Class in com.azure.core.models
-
Represents the type of a GeoJSON object.
- GeoObjectType() - Constructor for class com.azure.core.models.GeoObjectType
-
Deprecated.Use one of the constants or the
GeoObjectType.fromString(String)factory method. - GeoPoint - Class in com.azure.core.models
-
Represents a geometric point in GeoJSON format.
- GeoPoint(double, double) - Constructor for class com.azure.core.models.GeoPoint
-
Constructs a
GeoPoint. - GeoPoint(double, double, Double) - Constructor for class com.azure.core.models.GeoPoint
-
Constructs a
GeoPoint. - GeoPoint(GeoPosition) - Constructor for class com.azure.core.models.GeoPoint
-
Constructs a geometric point.
- GeoPoint(GeoPosition, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoPoint
-
Constructs a geometric point.
- GeoPointCollection - Class in com.azure.core.models
-
Represents a collection of
GeoPointsin GeoJSON format. - GeoPointCollection(List<GeoPoint>) - Constructor for class com.azure.core.models.GeoPointCollection
-
Constructs a
GeoPointCollection. - GeoPointCollection(List<GeoPoint>, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoPointCollection
-
Constructs a
GeoPointCollection. - GeoPolygon - Class in com.azure.core.models
-
Represents a geometric polygon in GeoJSON format.
- GeoPolygon(GeoLinearRing) - Constructor for class com.azure.core.models.GeoPolygon
-
Constructs a geometric polygon.
- GeoPolygon(GeoLinearRing, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoPolygon
-
Constructs a geometric polygon.
- GeoPolygon(List<GeoLinearRing>) - Constructor for class com.azure.core.models.GeoPolygon
-
Constructs a geometric polygon.
- GeoPolygon(List<GeoLinearRing>, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoPolygon
-
Constructs a geometric polygon.
- GeoPolygonCollection - Class in com.azure.core.models
-
Represents a collection of
GeoPolygonsin GeoJSON format. - GeoPolygonCollection(List<GeoPolygon>) - Constructor for class com.azure.core.models.GeoPolygonCollection
-
Constructs a
GeoPolygonCollection. - GeoPolygonCollection(List<GeoPolygon>, GeoBoundingBox, Map<String, Object>) - Constructor for class com.azure.core.models.GeoPolygonCollection
-
Constructs a
GeoPolygonCollection. - GeoPosition - Class in com.azure.core.models
-
Represents a geographic position in GeoJSON format.
- GeoPosition(double, double) - Constructor for class com.azure.core.models.GeoPosition
-
Constructs a geo position.
- GeoPosition(double, double, Double) - Constructor for class com.azure.core.models.GeoPosition
-
Constructs a geo position.
- get(HttpHeaderName) - Method in class com.azure.core.http.HttpHeaders
-
Gets the
headerfor the provided header name. null is returned if the header isn't found. - get(ConfigurationProperty<T>) - Method in class com.azure.core.util.Configuration
-
Gets property value from all available sources in the following order: Explicit configuration from given
ConfigurationSourceby property name Explicit configuration by property aliases in the order they were provided inConfigurationPropertyExplicit configuration by property name in the shared section (ifConfigurationPropertyis shared) Explicit configuration by property aliases in the shared section (ifConfigurationPropertyis shared) System property (if set) Environment variable (if set) - get(C, Integer) - Method in interface com.azure.core.util.paging.PageRetriever
-
Retrieves one or more pages starting from the page identified by the given continuation token.
- get(String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(HttpHeaderName)as it provides better performance. - get(String) - Method in class com.azure.core.util.Configuration
-
Gets the value of system property or environment variable.
- get(String, Function<String, T>) - Method in class com.azure.core.util.Configuration
-
Gets the value of system property or environment variable and converts it with the
converter. - get(String, T) - Method in class com.azure.core.util.Configuration
-
Gets the value of system property or environment variable converted to given primitive
Tusing correspondingparsemethod on this type. - Get - Annotation Type in com.azure.core.annotation
-
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
- GET - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP GET method.
- getActivationResponse() - Method in class com.azure.core.util.polling.PollingContext
-
Gets the activation
PollResponseholding the result of an activation operation call. - getAddress() - Method in class com.azure.core.http.ProxyOptions
-
Gets the address of the proxy.
- getAliases() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets property aliases - alternative names property can have.
- getAllowedHeaderNames() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.Use
HttpLogOptions.getAllowedHttpHeaderNames()instead. - getAllowedHttpHeaderNames() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the allowed
HttpHeaderNamesthat should be logged. - getAllowedQueryParamNames() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the allowed query parameters.
- getAllowedTracingQueryParamNames() - Method in class com.azure.core.util.TracingOptions
-
Gets the set of query parameter names that are allowed to be recorded in the URL.
- getAltitude() - Method in class com.azure.core.models.GeoPosition
-
The altitude of the geometric position.
- getApplicationId() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.Use
ClientOptionsto configureapplicationId. - getApplicationId() - Method in class com.azure.core.util.ClientOptions
-
Gets the application ID.
- getApplicationId(ClientOptions, HttpLogOptions) - Static method in class com.azure.core.util.CoreUtils
-
Retrieves the application ID from either a
ClientOptionsorHttpLogOptions. - getAttributes() - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Gets all attributes on span that should be set before span is started.
- getAttributes() - Method in class com.azure.core.util.tracing.TracingLink
-
Gets link attributes
- getAzureNamedKey() - Method in class com.azure.core.credential.AzureNamedKeyCredential
-
Retrieves the
AzureNamedKeycontaining the name and key associated with this credential. - getBaseDelay() - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Gets the base delay duration for retry.
- getBody() - Method in class com.azure.core.http.HttpRequest
-
Get the request content.
- getBody() - Method in class com.azure.core.http.HttpResponse
-
Get the publisher emitting response content chunks.
- getBodyAsBinaryData() - Method in class com.azure.core.http.HttpRequest
-
Get the request content.
- getBodyAsBinaryData() - Method in class com.azure.core.http.HttpResponse
-
Gets the
BinaryDatathat represents the body of the response. - getBodyAsBinaryData() - Method in class com.azure.core.models.MessageContent
-
Gets the message body.
- getBodyAsByteArray() - Method in class com.azure.core.http.HttpResponse
-
Gets the response content as a
byte[]. - getBodyAsInputStream() - Method in class com.azure.core.http.HttpResponse
-
Gets the response content as an
InputStream. - getBodyAsString() - Method in class com.azure.core.http.HttpResponse
-
Gets the response content as a
String. - getBodyAsString(Charset) - Method in class com.azure.core.http.HttpResponse
-
Gets the response content as a
String. - getBoundingBox() - Method in class com.azure.core.models.GeoObject
-
Bounding box for this
GeoObject. - getBytesExpected() - Method in exception class com.azure.core.exception.UnexpectedLengthException
-
Gets the number of bytes that were expected to be read from the input.
- getBytesRead() - Method in exception class com.azure.core.exception.UnexpectedLengthException
-
Gets the number of bytes read from the input.
- getCaseInsensitiveName() - Method in class com.azure.core.http.HttpHeaderName
-
Gets the HTTP header name lower cased.
- getCaseSensitiveName() - Method in class com.azure.core.http.HttpHeaderName
-
Gets the HTTP header name based on the name passed into
HttpHeaderName.fromString(String). - getClaims() - Method in class com.azure.core.credential.TokenRequestContext
-
Get the additional claims to be included in the token.
- getCode() - Method in class com.azure.core.models.ResponseError
-
Returns the error code of this error.
- getConfiguration() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the configuration store that the
HttpClientwill use. - getConnectionIdleTimeout() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the duration of time before an idle connection is closed.
- getConnectTimeout() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the connection timeout for a request to be sent.
- getContentType() - Method in class com.azure.core.models.MessageContent
-
Gets the content type.
- getContext() - Method in class com.azure.core.http.HttpPipelineCallContext
-
Gets the context associated to the HTTP call.
- getContext() - Method in class com.azure.core.http.policy.HttpRequestLoggingContext
-
Gets the contextual information about the HTTP request.
- getContext() - Method in class com.azure.core.http.policy.HttpResponseLoggingContext
-
Gets the contextual information about the HTTP response.
- getContext() - Method in class com.azure.core.http.rest.RequestOptions
-
Gets the additional context on the request that is passed during the service call.
- getContext() - Method in class com.azure.core.util.Contexts
-
Returns a version of the
Contextreflecting mutations. - getContext() - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Returns the context to use for sending the request using the
PollingStrategyOptions.getHttpPipeline(). - getContext() - Method in class com.azure.core.util.tracing.TracingLink
-
Gets linked context
- getContinuationPredicate() - Method in class com.azure.core.util.paging.ContinuablePagedFlux
-
Gets the
Predicatethat determines if paging should continue. - getContinuationToken() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets the reference to the next page.
- getContinuationToken() - Method in interface com.azure.core.util.paging.ContinuablePage
-
Gets the reference to the next page.
- getConverter() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets converter for property value.
- getCoordinates() - Method in class com.azure.core.models.GeoLinearRing
-
Unmodifiable representation of the
geometric positionsrepresenting this linear ring. - getCoordinates() - Method in class com.azure.core.models.GeoLineString
-
Unmodifiable representation of the
geometric positionsrepresenting this line. - getCoordinates() - Method in class com.azure.core.models.GeoPoint
-
The
geometric positionof the point. - getCustomProperties() - Method in class com.azure.core.models.GeoObject
-
Additional properties about this
GeoObject. - getData() - Method in class com.azure.core.models.CloudEvent
-
Get the data associated with this event as a
BinaryData, which has API to deserialize the data into a String, an Object, or a byte[]. - getData(Object) - Method in class com.azure.core.util.Context
-
Scans the linked-list of
Contextobjects looking for one with the specified key. - getData(String) - Method in class com.azure.core.http.HttpPipelineCallContext
-
Gets a value with the given key stored in the context.
- getData(String) - Method in class com.azure.core.util.polling.PollingContext
-
Get a value from the context with the provided key.
- getDataContentType() - Method in class com.azure.core.models.CloudEvent
-
Get the content MIME type that the data is in.
- getDataSchema() - Method in class com.azure.core.models.CloudEvent
-
Get the schema that the data adheres to.
- getDateTime() - Method in class com.azure.core.util.DateTimeRfc1123
-
Returns the underlying DateTime.
- getDefaultProvider() - Static method in interface com.azure.core.util.metrics.MeterProvider
-
Returns default implementation of
MeterProviderthat uses SPI to resolve metrics implementation. - getDefaultProvider() - Static method in interface com.azure.core.util.tracing.TracerProvider
-
Returns default implementation of
TracerProviderthat uses SPI to resolve tracing implementation. - getDefaultTimeoutFromEnvironment(Configuration, String, Duration, ClientLogger) - Static method in class com.azure.core.util.CoreUtils
-
Attempts to load an environment configured default timeout.
- getDefaultValue() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets property default value to be used when property is missing in the configuration.
- getDelay() - Method in class com.azure.core.http.policy.FixedDelayOptions
-
Gets the max retry attempts that can be made.
- getDelimiter() - Method in enum com.azure.core.util.serializer.CollectionFormat
-
Gets the delimiter used to join a list of parameters.
- getDeserializedHeaders() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Get the headers from the HTTP response, transformed into the header type H.
- getDeserializedHeaders() - Method in class com.azure.core.http.rest.ResponseBase
-
Get the headers from the HTTP response, transformed into the header type,
H. - getDurationUntilExpiration() - Method in class com.azure.core.credential.AccessToken
-
Gets the
Durationuntil theAccessTokenexpires. - getEast() - Method in class com.azure.core.models.GeoBoundingBox
-
The east longitudinal boundary of the bounding box.
- getElements() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets an
IterableStreamof elements in the page. - getElements() - Method in interface com.azure.core.util.paging.ContinuablePage
-
Gets an
IterableStreamof elements in the page. - getEndpoint() - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Returns the endpoint that will be used as prefix if the service response returns a relative path for getting the long-running operation status and final result.
- getEnvironmentVariableName() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets name of environment variables this property can be configured with.
- getError() - Method in class com.azure.core.util.polling.PollOperationDetails
-
Gets the error object that describes the error when status is "Failed".
- getExecutorService() - Method in class com.azure.core.util.SharedExecutorService
-
Gets the backing executor service for the shared instance.
- getExpiresAt() - Method in class com.azure.core.credential.AccessToken
-
Gets the time when the token expires, in UTC.
- getExponentialBackoffOptions() - Method in class com.azure.core.http.policy.RetryOptions
-
Gets the configuration for exponential backoff if configured.
- getExtensionAttributes() - Method in class com.azure.core.models.CloudEvent
-
Get a map of the additional user-defined attributes associated with this event.
- getFinalResult() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
Gets a
Monowhereupon subscription it fetches the final result of the long-running operation if it is supported by the service. - getFinalResult() - Method in interface com.azure.core.util.polling.SyncPoller
-
Retrieve the final result of the long-running operation.
- getFinalResult(Duration) - Method in interface com.azure.core.util.polling.SyncPoller
-
Retrieve the final result of the long-running operation.
- getFixedDelayOptions() - Method in class com.azure.core.http.policy.RetryOptions
-
Gets the configuration for exponential backoff if configured.
- getGeometries() - Method in class com.azure.core.models.GeoCollection
-
Unmodifiable representation of the
geometriescontained in this collection. - getGlobalConfiguration() - Static method in class com.azure.core.util.Configuration
-
Gets the global configuration store shared by all client libraries.
- getHeaders() - Method in class com.azure.core.http.HttpRequest
-
Get the request headers.
- getHeaders() - Method in class com.azure.core.http.HttpResponse
-
Get all response headers.
- getHeaders() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets the headers from the HTTP response.
- getHeaders() - Method in interface com.azure.core.http.rest.Response
-
Gets the headers from the HTTP response.
- getHeaders() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets the headers from the HTTP response.
- getHeaders() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the headers from the HTTP response.
- getHeaders() - Method in class com.azure.core.util.ClientOptions
-
Gets the
Headers. - getHeaderValue(HttpHeaderName) - Method in class com.azure.core.http.HttpResponse
-
Lookup a response header with the provider
HttpHeaderName. - getHeaderValue(String) - Method in class com.azure.core.http.HttpResponse
-
Deprecated.Use
HttpResponse.getHeaderValue(HttpHeaderName)as it provides better performance. - getHost() - Method in class com.azure.core.util.UrlBuilder
-
Get the host that has been assigned to this UrlBuilder.
- getHttpClient() - Method in class com.azure.core.http.HttpPipeline
-
Get the
HttpClientassociated with the pipeline. - getHttpClientProvider() - Method in class com.azure.core.util.HttpClientOptions
-
Gets type of the
HttpClientProviderimplementation that should be used to construct an instance ofHttpClient. - getHttpMethod() - Method in class com.azure.core.http.HttpRequest
-
Get the request method.
- getHttpPipeline() - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Returns
HttpPipelineto use for polling and getting the final result of the long-running operation. - getHttpRequest() - Method in class com.azure.core.http.HttpPipelineCallContext
-
Gets the HTTP request.
- getHttpRequest() - Method in class com.azure.core.http.policy.HttpRequestLoggingContext
-
Gets the HTTP request being sent.
- getHttpRequestProgressReporter() - Method in class com.azure.core.util.Contexts
-
Retrieves request's
ProgressReporterfrom theContext. - getHttpResponse() - Method in class com.azure.core.http.policy.HttpResponseLoggingContext
-
Gets the HTTP response being received.
- getId() - Method in class com.azure.core.models.CloudEvent
-
Get the id of the cloud event.
- getIfMatch() - Method in class com.azure.core.http.MatchConditions
-
Gets the ETag that resources must match.
- getIfModifiedSince() - Method in class com.azure.core.http.RequestConditions
-
Gets the
datetimethat resources must have been modified since. - getIfNoneMatch() - Method in class com.azure.core.http.MatchConditions
-
Gets the ETag that resources must not match.
- getIfUnmodifiedSince() - Method in class com.azure.core.http.RequestConditions
-
Gets the
datetimethat resources must have remained unmodified since. - getInstance() - Static method in class com.azure.core.util.SharedExecutorService
-
Gets the shared instance of the executor service.
- getItems() - Method in interface com.azure.core.http.rest.Page
-
Deprecated.
- getJavaClass() - Method in class com.azure.core.util.serializer.TypeReference
-
Returns the
Classrepresenting instance of theTypeReferencecreated. - getJavaType() - Method in class com.azure.core.util.serializer.TypeReference
-
Returns the
TyperepresentingT. - getKey() - Method in class com.azure.core.credential.AzureNamedKey
-
Retrieves the key.
- getKey() - Method in class com.azure.core.credential.KeyCredential
-
Retrieves the key associated to this credential.
- getKeyId() - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
-
Retrieves the key identifier.
- getKeyId() - Method in interface com.azure.core.cryptography.KeyEncryptionKey
-
Retrieves the key identifier.
- getLatestResponse() - Method in class com.azure.core.util.polling.PollingContext
-
Gets the latest
PollResponsein the polling operation. - getLatitude() - Method in class com.azure.core.models.GeoPosition
-
The latitudinal position of the geometric position.
- getLength() - Method in class com.azure.core.http.HttpRange
-
Gets the length of the range.
- getLength() - Method in class com.azure.core.util.BinaryData
-
Returns the length of the content, if it is known.
- getLibraryName() - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Gets the client library name.
- getLibraryVersion() - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Gets the client library version.
- getLines() - Method in class com.azure.core.models.GeoLineStringCollection
-
Unmodifiable representation of the
geometric linesrepresenting this multi-line. - getLinks() - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Gets links to be set on span.
- getLogLevel() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the level of detail to log on HTTP messages.
- getLogLevel() - Method in enum com.azure.core.util.logging.LogLevel
-
Converts the log level into a numeric representation used for comparisons.
- getLogLevel(HttpRequestLoggingContext) - Method in interface com.azure.core.http.policy.HttpRequestLogger
-
Gets the
LogLevelused to log the HTTP request. - getLogLevel(HttpResponseLoggingContext) - Method in interface com.azure.core.http.policy.HttpResponseLogger
-
Gets the
LogLevelused to log the HTTP response. - getLongitude() - Method in class com.azure.core.models.GeoPosition
-
The longitudinal position of the geometric position.
- getMaxAltitude() - Method in class com.azure.core.models.GeoBoundingBox
-
The maximum altitude boundary of the bounding box.
- getMaxAttempts() - Method in class com.azure.core.http.policy.DefaultRedirectStrategy
- getMaxAttempts() - Method in interface com.azure.core.http.policy.RedirectStrategy
-
Max number of redirect attempts to be made.
- getMaxDelay() - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Gets the max delay duration for retry.
- getMaximumConnectionPoolSize() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the maximum connection pool size used by the underlying HTTP client.
- getMaxRetries() - Method in class com.azure.core.http.policy.ExponentialBackoff
- getMaxRetries() - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Gets the max retry attempts that can be made.
- getMaxRetries() - Method in class com.azure.core.http.policy.FixedDelay
- getMaxRetries() - Method in class com.azure.core.http.policy.FixedDelayOptions
-
Gets the max retry attempts that can be made.
- getMaxRetries() - Method in interface com.azure.core.http.policy.RetryStrategy
-
Max number of retry attempts to be made.
- getMessage() - Method in class com.azure.core.models.ResponseError
-
Returns the error message of this error.
- getMeterProvider() - Method in class com.azure.core.util.MetricsOptions
-
Gets configured
MeterProviderimplementation that should be used to construct an instance ofMeter. - getMetricsOptions() - Method in class com.azure.core.util.ClientOptions
-
Gets
MetricsOptions - getMinAltitude() - Method in class com.azure.core.models.GeoBoundingBox
-
The minimum altitude boundary of the bounding box.
- getName() - Method in class com.azure.core.credential.AzureNamedKey
-
Retrieves the name associated with the key.
- getName() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets full property name including relative path to it.
- getName() - Method in class com.azure.core.util.Header
-
Gets the header name.
- getName() - Method in class com.azure.core.util.UserAgentProperties
-
Returns the name of the client library.
- getNonProxyHosts() - Method in class com.azure.core.http.ProxyOptions
-
Gets the host that bypass the proxy.
- getNorth() - Method in class com.azure.core.models.GeoBoundingBox
-
The north latitudinal boundary of the bounding box.
- getOffset() - Method in class com.azure.core.http.HttpRange
-
Gets the offset of the range.
- getOperationId() - Method in class com.azure.core.util.polling.PollOperationDetails
-
Gets the unique ID of the operation.
- getOuterRing() - Method in class com.azure.core.models.GeoPolygon
-
Gets the outer ring of the polygon.
- getPage(C, Integer) - Method in interface com.azure.core.util.paging.PageRetrieverSync
-
Retrieves one starting from the page identified by the given continuation token.
- getPageSize() - Method in class com.azure.core.util.paging.ContinuablePagedFluxCore
-
Get the page size configured this
ContinuablePagedFluxCore. - getParameter() - Method in class com.azure.core.http.HttpAuthorization
-
Gets the credential of the authorization header.
- getParameters() - Method in class com.azure.core.util.AuthenticateChallenge
-
Gets the parameters of the challenge as a read-only map.
- getPassword() - Method in class com.azure.core.http.ProxyOptions
-
Gets the proxy password.
- getPath() - Method in class com.azure.core.util.UrlBuilder
-
Get the path that has been assigned to this UrlBuilder.
- getPipelinePosition() - Method in interface com.azure.core.http.policy.HttpPipelinePolicy
-
Gets the position to place the policy.
- getPoints() - Method in class com.azure.core.models.GeoPointCollection
-
Unmodifiable representation of the
geometric pointsrepresenting this multi-point. - 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.
- getPollInterval() - Method in class com.azure.core.util.polling.PollerFlux
-
Returns the current polling duration for this
PollerFluxinstance. - getPolygons() - Method in class com.azure.core.models.GeoPolygonCollection
-
Unmodifiable representation of the
geometric polygonsrepresenting this multi-polygon. - getPort() - Method in class com.azure.core.util.UrlBuilder
-
Get the port that has been assigned to this UrlBuilder.
- getProofOfPossessionNonce() - Method in class com.azure.core.credential.ProofOfPossessionOptions
-
Gets the proof of possession nonce.
- getProofOfPossessionOptions() - Method in class com.azure.core.credential.TokenRequestContext
-
Gets the proof of possession options.
- getProperties(String) - Method in interface com.azure.core.util.ConfigurationSource
-
Returns all properties (name and value) which names start with given path.
- getProperties(String) - Static method in class com.azure.core.util.CoreUtils
-
Helper method that returns an immutable
Mapof properties defined inpropertiesFileName. - getProxyOptions() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the
proxy optionsthat theHttpClientwill use. - getQuery() - Method in class com.azure.core.util.UrlBuilder
-
Get a view of the query that has been assigned to this UrlBuilder.
- getQueryString() - Method in class com.azure.core.util.UrlBuilder
-
Returns the query string currently configured in this UrlBuilder instance.
- getReadTimeout() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the read timeout duration used when reading the server response.
- getRefreshAt() - Method in class com.azure.core.credential.AccessToken
-
Gets the time when the token should refresh next, in UTC.
- getRemoteParent() - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Gets remote parent.
- getRequest() - Method in exception class com.azure.core.exception.HttpRequestException
-
Gets the
HttpRequestbeing sent when the exception occurred. - getRequest() - Method in class com.azure.core.http.HttpResponse
-
Gets the
requestwhich resulted in this response. - getRequest() - Method in class com.azure.core.http.rest.PagedResponseBase
- getRequest() - Method in interface com.azure.core.http.rest.Response
-
Gets the HTTP request which resulted in this response.
- getRequest() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets The request which resulted in this
ResponseBase. - getRequest() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the request which resulted in this
SimpleResponse. - getRequestLogger() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the
HttpRequestLoggerthat will be used to log HTTP requests. - getRequestMethod() - Method in class com.azure.core.credential.ProofOfPossessionOptions
-
Gets the request method.
- getRequestUrl() - Method in class com.azure.core.credential.ProofOfPossessionOptions
-
Gets the request URL.
- getResourceProviderNamespace() - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Gets the Azure Resource Provider namespace.
- getResponse() - Method in exception class com.azure.core.exception.HttpResponseException
-
Gets the
HttpResponsereceived that is associated to the exception. - getResponse() - Method in class com.azure.core.http.policy.RequestRetryCondition
-
Gets the HTTP response of the request that failed.
- getResponseDuration() - Method in class com.azure.core.http.policy.HttpResponseLoggingContext
-
Gets the duration between the HTTP request being sent and the HTTP response being received.
- getResponseLogger() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the
HttpResponseLoggerthat will be used to log HTTP responses. - getResponseTimeout() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the response timeout duration used when waiting for a server to reply.
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.ChainedPollingStrategy
-
Parses the response from the final GET call into the result type of the long-running operation.
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.DefaultPollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.LocationPollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.OperationResourcePollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in interface com.azure.core.util.polling.PollingStrategy
-
Parses the response from the final GET call into the result type of the long-running operation.
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.StatusCheckPollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.SyncChainedPollingStrategy
-
Parses the response from the final GET call into the result type of the long-running operation.
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.SyncDefaultPollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.SyncLocationPollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
- getResult(PollingContext<T>, TypeReference<U>) - Method in interface com.azure.core.util.polling.SyncPollingStrategy
-
Parses the response from the final GET call into the result type of the long-running operation.
- getResult(PollingContext<T>, TypeReference<U>) - Method in class com.azure.core.util.polling.SyncStatusCheckPollingStrategy
- getResultWithTimeout(Future<T>, Duration) - Static method in class com.azure.core.util.CoreUtils
-
Calls
Future.get(long, TimeUnit)and returns the value if thefuturecompletes before the timeout is triggered. - getRetriedThrowables() - Method in class com.azure.core.http.policy.RequestRetryCondition
-
Gets the unmodifiable list of throwables that have been encountered during retries.
- getRetryAfter() - Method in class com.azure.core.util.polling.PollResponse
-
Returns the delay the service has requested until the next polling operation is performed.
- getRings() - Method in class com.azure.core.models.GeoPolygon
-
Unmodifiable representation of the
geometric ringsrepresenting this polygon. - getSchemaUrl() - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Gets the schema URL describing specific schema and version of the telemetry the library emits.
- getScheme() - Method in class com.azure.core.http.HttpAuthorization
-
Gets the scheme of the authorization header.
- getScheme() - Method in class com.azure.core.util.AuthenticateChallenge
-
Gets the scheme of the challenge.
- getScheme() - Method in class com.azure.core.util.UrlBuilder
-
Get the scheme/protocol that has been assigned to this UrlBuilder.
- getScopes() - Method in class com.azure.core.credential.TokenRequestContext
-
Gets the scopes required for the token.
- getSerializer() - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Returns the serializer to use for serializing and deserializing the request and response.
- getServiceVersion() - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Returns the service version that will be added as query param to each polling request and final result request URL.
- getSharedSpanBuilder(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
StartSpanOptions.addLink(TracingLink)instead - getShouldRetryCondition() - Method in class com.azure.core.http.policy.RetryOptions
-
Gets the predicate that determines if a retry should be attempted.
- getSignature() - Method in class com.azure.core.credential.AzureSasCredential
-
Retrieves the shared access signature associated to this credential.
- getSize() - Method in class com.azure.core.http.HttpHeaders
-
Gets the number of headers in the collection.
- getSource() - Method in class com.azure.core.models.CloudEvent
-
Get the source of the event.
- getSouth() - Method in class com.azure.core.models.GeoBoundingBox
-
The south latitudinal boundary of the bounding box.
- getSpanKind() - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Gets span kind.
- getStartTimestamp() - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Gets span start time.
- getStatus() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
Represents the status of the long-running operation at the time the last polling operation finished successfully.
- 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.
- getStatusCode() - Method in class com.azure.core.http.HttpResponse
-
Get the response status code.
- getStatusCode() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets the HTTP response status code.
- getStatusCode() - Method in interface com.azure.core.http.rest.Response
-
Gets the HTTP response status code.
- getStatusCode() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets the HTTP response status code.
- getStatusCode() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the status code of the HTTP response.
- getSubject() - Method in class com.azure.core.models.CloudEvent
-
Get the subject associated with this event.
- getSyncPoller() - Method in class com.azure.core.util.polling.PollerFlux
-
Gets a synchronous blocking poller.
- getSystemPropertyName() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets name of system property this property can be configured with.
- getTenantId() - Method in class com.azure.core.credential.TokenRequestContext
-
Get the tenant id to be used for the authentication request.
- getThrowable() - Method in class com.azure.core.http.policy.RequestRetryCondition
-
Gets the throwable of the request that failed.
- getTime() - Method in class com.azure.core.models.CloudEvent
-
Get the time associated with the occurrence of the event.
- Getting started - Search tag in Overview
- Section
- getToken() - Method in class com.azure.core.credential.AccessToken
-
Gets the token.
- getToken() - Method in class com.azure.core.credential.SimpleTokenCache
-
Asynchronously get a token from either the cache or replenish the cache with a new token.
- getToken(TokenRequestContext) - Method in class com.azure.core.credential.BasicAuthenticationCredential
- getToken(TokenRequestContext) - Method in interface com.azure.core.credential.TokenCredential
-
Asynchronously get a token for a given resource/audience.
- getToken68() - Method in class com.azure.core.util.AuthenticateChallenge
-
Gets the token68 of the challenge.
- getTokenSync(TokenRequestContext) - Method in class com.azure.core.credential.BasicAuthenticationCredential
- getTokenSync(TokenRequestContext) - Method in interface com.azure.core.credential.TokenCredential
-
Synchronously get a token for a given resource/audience.
- getTokenType() - Method in class com.azure.core.credential.AccessToken
-
Gets the token type.
- getTracer() - Method in class com.azure.core.http.HttpPipeline
-
Get the
Tracerassociated with the pipeline. - getTracerProvider() - Method in class com.azure.core.util.TracingOptions
-
Gets name of the
TracerProviderimplementation that should be used to construct an instance ofTracer. - getTracingOptions() - Method in class com.azure.core.util.ClientOptions
-
Gets
TracingOptions - getTryCount() - Method in class com.azure.core.http.policy.HttpRequestLoggingContext
-
Gets the try count for the HTTP request.
- getTryCount() - Method in class com.azure.core.http.policy.HttpResponseLoggingContext
-
Gets the try count for the HTTP request associated to the HTTP response.
- getTryCount() - Method in class com.azure.core.http.policy.RequestRetryCondition
-
Gets the number of tries that have been attempted.
- getType() - Method in class com.azure.core.http.ProxyOptions
-
Gets the type of the proxy.
- getType() - Method in class com.azure.core.models.CloudEvent
-
Get the type of event, e.g.
- getType() - Method in class com.azure.core.models.GeoCollection
- getType() - Method in class com.azure.core.models.GeoLineString
- getType() - Method in class com.azure.core.models.GeoLineStringCollection
- getType() - Method in class com.azure.core.models.GeoObject
-
Gets the GeoJSON type for this object.
- getType() - Method in class com.azure.core.models.GeoPoint
- getType() - Method in class com.azure.core.models.GeoPointCollection
- getType() - Method in class com.azure.core.models.GeoPolygon
- getType() - Method in class com.azure.core.models.GeoPolygonCollection
- getUrl() - Method in class com.azure.core.http.HttpRequest
-
Get the target address.
- getUsername() - Method in class com.azure.core.http.ProxyOptions
-
Gets the proxy username.
- getValue() - Method in exception class com.azure.core.exception.HttpResponseException
-
Gets the deserialized HTTP response value.
- getValue() - Method in interface com.azure.core.http.rest.PagedResponse
-
Returns the items in the page.
- getValue() - Method in interface com.azure.core.http.rest.Response
-
Gets the deserialized value of the HTTP response.
- getValue() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets the deserialized value of the HTTP response.
- getValue() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the deserialized value of the HTTP response.
- getValue() - Method in class com.azure.core.http.rest.StreamResponse
-
The content of the HTTP response as a stream of
byte buffers. - getValue() - Method in interface com.azure.core.util.ExpandableEnum
-
Returns the value represented by this expandable enum instance.
- getValue() - Method in class com.azure.core.util.ExpandableStringEnum
- getValue() - Method in class com.azure.core.util.Header
-
Gets the combined, comma-separated value of this
Header, taking into account all values provided. - getValue() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
The value returned as a result of the last successful poll operation.
- getValue() - Method in class com.azure.core.util.polling.PollResponse
-
The value returned as a result of the last successful poll operation.
- getValue(HttpHeaderName) - Method in class com.azure.core.http.HttpHeaders
-
Get the value for the provided header name. null is returned if the header name isn't found.
- getValue(String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getValue(HttpHeaderName)as it provides better performance. - getValues() - Method in class com.azure.core.util.Context
- getValues() - Method in class com.azure.core.util.Header
-
Gets the comma separated value as an array.
- getValues(HttpHeaderName) - Method in class com.azure.core.http.HttpHeaders
-
Get the values for the provided header name. null is returned if the header name isn't found.
- getValues(String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getValue(HttpHeaderName)as it provides better performance. - getValueSanitizer() - Method in class com.azure.core.util.ConfigurationProperty
-
Returns property value sanitizer that is used to securely log property value.
- getValuesList() - Method in class com.azure.core.util.Header
-
Returns all values associated with this header, represented as an unmodifiable list of strings.
- getVersion() - Method in interface com.azure.core.util.ServiceVersion
-
Gets the string representation of the
ServiceVersion - getVersion() - Method in class com.azure.core.util.UserAgentProperties
-
Returns the version of the client library.
- getWest() - Method in class com.azure.core.models.GeoBoundingBox
-
The west longitudinal boundary of the bounding box.
- getWriteTimeout() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the writing timeout for a request to be sent.
H
- handleBasic() - Method in class com.azure.core.util.AuthorizationChallengeHandler
-
Handles Basic authentication challenges.
- handleDigest(String, String, List<Map<String, String>>, Supplier<byte[]>) - Method in class com.azure.core.util.AuthorizationChallengeHandler
-
Handles Digest authentication challenges.
- handleProgress(long) - Method in interface com.azure.core.util.ProgressListener
-
The callback function invoked as progress is reported.
- hashCode() - Method in class com.azure.core.http.HttpHeaderName
- hashCode() - Method in class com.azure.core.http.HttpRange
- hashCode() - Method in class com.azure.core.models.GeoBoundingBox
- hashCode() - Method in class com.azure.core.models.GeoCollection
- hashCode() - Method in class com.azure.core.models.GeoLinearRing
- hashCode() - Method in class com.azure.core.models.GeoLineString
- hashCode() - Method in class com.azure.core.models.GeoLineStringCollection
- hashCode() - Method in class com.azure.core.models.GeoObject
- hashCode() - Method in class com.azure.core.models.GeoPoint
- hashCode() - Method in class com.azure.core.models.GeoPointCollection
- hashCode() - Method in class com.azure.core.models.GeoPolygon
- hashCode() - Method in class com.azure.core.models.GeoPolygonCollection
- hashCode() - Method in class com.azure.core.models.GeoPosition
- hashCode() - Method in class com.azure.core.util.Base64Url
- hashCode() - Method in class com.azure.core.util.DateTimeRfc1123
- hashCode() - Method in class com.azure.core.util.ETag
- hashCode() - Method in class com.azure.core.util.ExpandableStringEnum
- Head - Annotation Type in com.azure.core.annotation
-
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
- HEAD - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP HEAD method.
- Header - Class in com.azure.core.util
-
Represents a single header to be set on a request.
- Header(String, String) - Constructor for class com.azure.core.util.Header
-
Create a Header instance using the provided name and value.
- Header(String, String...) - Constructor for class com.azure.core.util.Header
-
Create a Header instance using the provided name and values.
- Header(String, List<String>) - Constructor for class com.azure.core.util.Header
-
Create a Header instance using the provided name and values.
- HeaderCollection - Annotation Type in com.azure.core.annotation
-
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.annotation
-
Replaces the header with the value of its target.
- Headers - Annotation Type in com.azure.core.annotation
-
Annotation to annotate list of static headers sent to a REST endpoint.
- HEADERS - Enum constant in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Logs everything in BASIC, plus all the request and response headers.
- Host - Annotation Type in com.azure.core.annotation
-
Annotation for parameterized host name targeting a REST service.
- HOST - Static variable in class com.azure.core.http.HttpHeaderName
-
Host/host - HOST_NAME_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Contextwhich indicates that the context contains the hostname. - HostParam - Annotation Type in com.azure.core.annotation
-
Annotation to annotate replacement of parameterized segments in a dynamic
Host. - HostPolicy - Class in com.azure.core.http.policy
-
The
HostPolicyclass is an implementation of theHttpPipelinePolicyinterface. - HostPolicy(String) - Constructor for class com.azure.core.http.policy.HostPolicy
-
Create HostPolicy.
- HTTP - Enum constant in enum com.azure.core.annotation.ServiceClientProtocol
-
HTTP protocol.
- HTTP - Enum constant in enum com.azure.core.http.ProxyOptions.Type
-
HTTP proxy type.
- HTTP_STATUS_TOO_MANY_REQUESTS - Static variable in interface com.azure.core.http.policy.RetryStrategy
-
HTTP response status code for
Too Many Requests. - HTTP2_SETTINGS - Static variable in class com.azure.core.http.HttpHeaderName
-
HTTP2-Settings/http2-settings - HttpAuthorization - Class in com.azure.core.http
-
Represents the value of an HTTP Authorization header.
- HttpAuthorization(String, String) - Constructor for class com.azure.core.http.HttpAuthorization
-
Constructs a new HttpAuthorization instance.
- httpClient(HttpClient) - Method in interface com.azure.core.client.traits.HttpTrait
-
Sets the
HttpClientto use for sending and receiving requests to and from the service. - httpClient(HttpClient) - Method in class com.azure.core.http.HttpPipelineBuilder
-
Sets the HttpClient that the pipeline will use to send requests.
- HttpClient - Interface in com.azure.core.http
-
A generic interface for sending HTTP requests and getting responses.
- HttpClientOptions - Class in com.azure.core.util
-
General configuration options for
HttpClients. - HttpClientOptions() - Constructor for class com.azure.core.util.HttpClientOptions
-
Creates a new instance of
HttpClientOptions. - HttpClientProvider - Interface in com.azure.core.http
-
An interface to be implemented by any azure-core plugin that wishes to provide an alternate
HttpClientimplementation. - HttpHeader - Class in com.azure.core.http
-
Represents a single header within an HTTP request or response.
- HttpHeader(String, String) - Constructor for class com.azure.core.http.HttpHeader
-
Create an HttpHeader instance using the provided name and value.
- HttpHeader(String, List<String>) - Constructor for class com.azure.core.http.HttpHeader
-
Create an HttpHeader instance using the provided name and values, resulting in a single HttpHeader instance with a single name and multiple values set within it.
- HttpHeaderName - Class in com.azure.core.http
-
Represents HTTP header names for multiple versions of HTTP.
- HttpHeaderName() - Constructor for class com.azure.core.http.HttpHeaderName
-
Deprecated.Use one of the constants or the
HttpHeaderName.fromString(String)factory method. - HttpHeaders - Class in com.azure.core.http
-
Represents 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(int) - Constructor for class com.azure.core.http.HttpHeaders
-
Create a HttpHeaders instance with an initial
sizeempty headers - HttpHeaders(Iterable<HttpHeader>) - Constructor for class com.azure.core.http.HttpHeaders
-
Create a HttpHeaders instance with the provided initial headers.
- HttpHeaders(Map<String, String>) - 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
HttpLogDetailLevelclass is an enumeration of the levels of detail to log on HTTP messages. - HttpLoggingPolicy - Class in com.azure.core.http.policy
-
The
HttpLoggingPolicyclass is an implementation of theHttpPipelinePolicyinterface. - HttpLoggingPolicy(HttpLogOptions) - Constructor for class com.azure.core.http.policy.HttpLoggingPolicy
-
Creates an HttpLoggingPolicy with the given log configurations.
- httpLogOptions(HttpLogOptions) - Method in interface com.azure.core.client.traits.HttpTrait
-
Sets the
logging configurationto use when sending and receiving requests to and from the service. - HttpLogOptions - Class in com.azure.core.http.policy
-
The
HttpLogOptionsclass provides configuration options for HTTP logging. - HttpLogOptions() - Constructor for class com.azure.core.http.policy.HttpLogOptions
-
Creates a new instance that does not log any information about HTTP requests or responses.
- HttpMethod - Enum in com.azure.core.http
-
Represents the HTTP methods that can be used in a request.
- HttpPipeline - Class in com.azure.core.http
-
The HTTP pipeline through which HTTP requests and responses flow.
- HttpPipelineBuilder - Class in com.azure.core.http
-
This class provides a fluent builder API to help aid the configuration and instantiation of the
HttpPipeline, callingbuildconstructs an instance of the pipeline. - HttpPipelineBuilder() - Constructor for class com.azure.core.http.HttpPipelineBuilder
-
Creates a new instance of HttpPipelineBuilder that can configure options for the
HttpPipelinebefore creating an instance of it. - HttpPipelineCallContext - Class in com.azure.core.http
-
Represents the context for a single HTTP request in the HTTP pipeline.
- HttpPipelineNextPolicy - Class in com.azure.core.http
-
A class that invokes the next policy in the HTTP pipeline.
- HttpPipelineNextSyncPolicy - Class in com.azure.core.http
-
A class that invokes the next policy in the HTTP pipeline in a synchronous manner.
- HttpPipelinePolicy - Interface in com.azure.core.http.policy
-
A policy within the
HttpPipeline. - HttpPipelinePosition - Enum in com.azure.core.http
-
Enum representing the position in an
HttpPipelineto place anHttpPipelinePolicy. - HTTP pipelines with HttpPipeline - Search tag in Overview
- Section
- HttpPipelineSyncPolicy - Class in com.azure.core.http.policy
-
The
HttpPipelineSyncPolicyclass is an implementation of theHttpPipelinePolicyinterface. - HttpPipelineSyncPolicy() - Constructor for class com.azure.core.http.policy.HttpPipelineSyncPolicy
-
Creates a new instance of
HttpPipelineSyncPolicy. - HttpPipeline Timeouts - Search tag in Overview
- Section
- HttpPolicyProvider - Interface in com.azure.core.http.policy
-
Implementing classes automatically provide policies.
- HttpPolicyProviders - Class in com.azure.core.http.policy
-
The
HttpPolicyProvidersclass is responsible for adding Service Provider Interface (SPI) pluggable policies to an HTTP pipeline automatically. - HttpRange - Class in com.azure.core.http
-
Represents a range of bytes within an HTTP resource.
- HttpRange(long) - Constructor for class com.azure.core.http.HttpRange
-
Creates an instance of
HttpRange. - HttpRange(long, Long) - Constructor for class com.azure.core.http.HttpRange
-
Creates an instance of
HttpRange. - HttpRequest - Class in com.azure.core.http
-
Represents an outgoing HTTP request.
- HttpRequest(HttpMethod, String) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, URL) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, URL, HttpHeaders) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, URL, HttpHeaders, BinaryData) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, URL, HttpHeaders, Flux<ByteBuffer>) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HTTP Request and Response Logging - Search tag in Overview
- Section
- HttpRequestException - Exception Class in com.azure.core.exception
-
The
HttpRequestExceptionthat represents an exception thrown when an HTTP request fails. - HttpRequestException(HttpRequest) - Constructor for exception class com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(HttpRequest, Throwable) - Constructor for exception class com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpRequest) - Constructor for exception class com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpRequest, Throwable) - Constructor for exception class com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpRequest, Throwable, boolean, boolean) - Constructor for exception class com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestLogger - Interface in com.azure.core.http.policy
-
Manages logging HTTP requests in
HttpLoggingPolicy. - HttpRequestLoggingContext - Class in com.azure.core.http.policy
-
The
HttpRequestLoggingContextclass provides contextual information available during HTTP request logging. - HttpResponse - Class in com.azure.core.http
-
Represents an incoming HTTP response.
- HttpResponse(HttpRequest) - Constructor for class com.azure.core.http.HttpResponse
-
Creates an instance of
HttpResponse. - HttpResponseException - Exception Class in com.azure.core.exception
-
The
HttpResponseExceptionrepresents an exception thrown when an unsuccessful HTTP response is received from a service request. - HttpResponseException(HttpResponse) - Constructor for exception class com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse, Throwable, boolean, boolean) - Constructor for exception class com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseLogger - Interface in com.azure.core.http.policy
-
Manages logging HTTP responses in
HttpLoggingPolicy. - HttpResponseLoggingContext - Class in com.azure.core.http.policy
-
The
HttpResponseLoggingContextclass provides contextual information available during HTTP response logging. - HTTP Timeouts - Search tag in Overview
- Section
- HttpTrait - Search tag in Overview
- Section
- HttpTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for configuration of HTTP-specific settings.
I
- IF_MATCH - Static variable in class com.azure.core.http.HttpHeaderName
-
If-Match/if-match - IF_MODIFIED_SINCE - Static variable in class com.azure.core.http.HttpHeaderName
-
If-Modified-Since/if-modified-since - IF_NONE_MATCH - Static variable in class com.azure.core.http.HttpHeaderName
-
If-None-Match/if-none-match - IF_RANGE - Static variable in class com.azure.core.http.HttpHeaderName
-
If-Range/if-range - IF_UNMODIFIED_SINCE - Static variable in class com.azure.core.http.HttpHeaderName
-
If-Unmodified-Since/if-unmodified-since - Immutable - Annotation Type in com.azure.core.annotation
-
Annotation given to all immutable classes.
- IN_PROGRESS - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
-
Represents that the long-running operation is in progress and not yet complete.
- Include direct dependency - Search tag in Overview
- Section
- Include the BOM file - Search tag in Overview
- Section
- Include the package - Search tag in Overview
- Section
- info(String) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a message at
infolog level. - info(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a format-able message that uses
{}as the placeholder atinformationallog level. - INFORMATIONAL - Enum constant in enum com.azure.core.util.logging.LogLevel
-
Indicates that log level is at information level.
- injectContext(BiConsumer<String, String>, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Injects tracing context.
- INSTANCE - Static variable in interface com.azure.core.util.ReferenceManager
-
The global instance of
ReferenceManagerthat should be used to maintain object references. - INTERNAL - Enum constant in enum com.azure.core.util.tracing.SpanKind
-
Indicates that the span is used internally.
- invoke(Object, Method, Object[]) - Method in class com.azure.core.http.rest.RestProxy
- invokeAll(Collection<? extends Callable<T>>) - Method in class com.azure.core.util.SharedExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
- invokeAny(Collection<? extends Callable<T>>) - Method in class com.azure.core.util.SharedExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
- IOUtils - Class in com.azure.core.util.io
-
Utilities related to IO operations that involve channels, streams, byte transfers.
- isAsync() - Element in annotation type com.azure.core.annotation.ServiceClient
-
Represents whether the network IO methods on this client will be performed asynchronously or synchronously (i.e.
- isCaeEnabled() - Method in class com.azure.core.credential.TokenRequestContext
-
Get the status indicating whether Continuous Access Evaluation (CAE) is enabled for the requested token.
- isComplete() - Method in class com.azure.core.util.polling.LongRunningOperationStatus
-
Returns a boolean to represent if the operation is in a completed state or not.
- isEnabled() - Method in interface com.azure.core.util.metrics.DoubleHistogram
-
Flag indicating if metric implementation is detected and functional, use it to minimize performance impact associated with metrics, e.g. measuring latency.
- isEnabled() - Method in interface com.azure.core.util.metrics.LongCounter
-
Flag indicating if metric implementation is detected and functional, use it to minimize performance impact associated with metrics, e.g. measuring latency.
- isEnabled() - Method in interface com.azure.core.util.metrics.LongGauge
-
Flag indicating if metric implementation is detected and functional, use it to minimize performance impact associated with metrics, e.g. measuring latency.
- isEnabled() - Method in interface com.azure.core.util.metrics.Meter
-
Checks if Meter implementation was found, and it's enabled.
- isEnabled() - Method in class com.azure.core.util.MetricsOptions
-
Flag indicating if metrics should be enabled.
- isEnabled() - Method in interface com.azure.core.util.tracing.Tracer
-
Checks if tracer is enabled.
- isEnabled() - Method in class com.azure.core.util.TracingOptions
-
Flag indicating if distributed tracing should be enabled.
- isExpired() - Method in class com.azure.core.credential.AccessToken
-
Whether the token has expired.
- isFluxByteBuffer(Type) - Static method in class com.azure.core.util.FluxUtil
-
Checks if a type is Flux<ByteBuffer>.
- isNullOrEmpty(CharSequence) - Static method in class com.azure.core.util.CoreUtils
-
Checks if the character sequence is null or empty.
- isNullOrEmpty(Object[]) - Static method in class com.azure.core.util.CoreUtils
-
Checks if the array is null or empty.
- isNullOrEmpty(Collection<?>) - Static method in class com.azure.core.util.CoreUtils
-
Checks if the collection is null or empty.
- isNullOrEmpty(Map<?, ?>) - Static method in class com.azure.core.util.CoreUtils
-
Checks if the map is null or empty.
- isPrettyPrintBody() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.Use
HttpLogOptions.setRequestLogger(HttpRequestLogger)andHttpLogOptions.setResponseLogger(HttpResponseLogger)to configure how requests and responses should be logged at a granular level instead. - isRecording(Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Checks if span is sampled in.
- isRedactedHeaderLoggingDisabled() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the flag that controls if header names with redacted values should be logged.
- isReplayable() - Method in class com.azure.core.util.BinaryData
-
Returns a flag indicating whether the content can be repeatedly consumed using all accessors including
BinaryData.toStream()andBinaryData.toFluxByteBuffer() - isRequired() - Method in class com.azure.core.util.ConfigurationProperty
-
Returns true if property is required, used for validation purposes.
- isShared() - Method in class com.azure.core.util.ConfigurationProperty
-
Returns true if property can be shared between clients and
Configuration.get(ConfigurationProperty)should look for it in per-client and root sections. - isShutdown() - Method in class com.azure.core.util.SharedExecutorService
-
Checks if the executor service is shutdown.
- isTerminated() - Method in class com.azure.core.util.SharedExecutorService
-
Checks if the executor service is terminated.
- isTracingEnabled() - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.Returns true if tracing is enabled.
- iterableByPage() - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Iterable, one page at a time. - iterableByPage(int) - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Iterable, one page at a time, with each page containingpreferredPageSizeitems. - iterableByPage(C) - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Iterable, one page at a time, starting from the next page associated with the given continuation token. - iterableByPage(C, int) - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Iterable, one page at a time, with each page containingpreferredPageSizeitems, starting from the next page associated with the given continuation token. - IterableStream<T> - Class in com.azure.core.util
-
This class provides utility to iterate over values using standard 'for-each' style loops or to convert them into a
Streamand operate in that fashion. - IterableStream(Iterable<T>) - Constructor for class com.azure.core.util.IterableStream
-
Creates an instance with the given
Iterable. - IterableStream(Flux<T>) - Constructor for class com.azure.core.util.IterableStream
-
Creates an instance with the given
Flux. - iterator() - Method in class com.azure.core.http.HttpHeaders
- iterator() - Method in class com.azure.core.util.IterableStream
-
Utility function to provide
Iteratorof valueT. - iterator() - Method in class com.azure.core.util.paging.ContinuablePagedIterable
J
- JacksonAdapter - Class in com.azure.core.util.serializer
-
Implementation of
SerializerAdapterfor Jackson. - JacksonAdapter() - Constructor for class com.azure.core.util.serializer.JacksonAdapter
-
Creates a new JacksonAdapter instance with default mapper settings.
- JacksonAdapter(BiConsumer<ObjectMapper, ObjectMapper>) - Constructor for class com.azure.core.util.serializer.JacksonAdapter
-
Deprecated.This API will be removed in the future. Please use
JacksonAdapter.createDefaultSerializerAdapter()if you need to use JacksonAdapter. - JSON - Enum constant in enum com.azure.core.util.serializer.SerializerEncoding
-
JavaScript Object Notation.
- JSON - Static variable in class com.azure.core.models.CloudEventDataFormat
-
JSON format.
- JsonFlatten - Annotation Type in com.azure.core.annotation
-
Annotation used for flattening properties separated by '.'.
- JsonPatchDocument - Class in com.azure.core.models
-
Represents a JSON Patch document.
- JsonPatchDocument() - Constructor for class com.azure.core.models.JsonPatchDocument
-
Creates a new JSON Patch document.
- JsonPatchDocument(JsonSerializer) - Constructor for class com.azure.core.models.JsonPatchDocument
-
Creates a new JSON Patch document.
- JsonSerializer - Interface in com.azure.core.util.serializer
-
Generic interface covering basic JSON serialization and deserialization methods.
- JsonSerializerProvider - Interface in com.azure.core.util.serializer
-
Interface to be implemented by an azure-core plugin that wishes to provide a
JsonSerializerimplementation. - JsonSerializerProviders - Class in com.azure.core.util.serializer
-
This class is a proxy for using a
JsonSerializerProviderloaded from the classpath.
K
- Key Based Authentication - Search tag in package com.azure.core.credential
- Section
- Key concepts - Search tag in Overview
- Section
- KeyCredential - Class in com.azure.core.credential
-
Represents a credential that uses a key to authenticate.
- KeyCredential(String) - Constructor for class com.azure.core.credential.KeyCredential
-
Creates a credential that authorizes request with the given key.
- KeyCredentialPolicy - Class in com.azure.core.http.policy
-
The
KeyCredentialPolicyclass is an implementation of theHttpPipelinePolicyinterface. - KeyCredentialPolicy(String, KeyCredential) - Constructor for class com.azure.core.http.policy.KeyCredentialPolicy
-
Creates a policy that uses the passed
KeyCredentialto set the specified header name. - KeyCredentialPolicy(String, KeyCredential, String) - Constructor for class com.azure.core.http.policy.KeyCredentialPolicy
-
Creates a policy that uses the passed
KeyCredentialto set the specified header name. - KeyCredentialTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingKeyCredential. - KeyEncryptionKey - Interface in com.azure.core.cryptography
-
A KeyEncryptionKey defines synchronous methods for encrypting and decrypting keys, also known as key wrapping and unwrapping.
- KeyEncryptionKeyResolver - Interface in com.azure.core.cryptography
-
An object capable of synchronously retrieving key encryption keys from a provided key identifier.
L
- LAST_MODIFIED - Static variable in class com.azure.core.http.HttpHeaderName
-
Last-Modified/last-modified - LibraryTelemetryOptions - Class in com.azure.core.util
-
The options to configure library-specific information on
TracerProviderandMeterProvider. - LibraryTelemetryOptions(String) - Constructor for class com.azure.core.util.LibraryTelemetryOptions
-
Creates an instance of
LibraryTelemetryOptions. - LINE_STRING - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON line string.
- LINK - Static variable in class com.azure.core.http.HttpHeaderName
-
Link/link - LOCATION - Static variable in class com.azure.core.http.HttpHeaderName
-
Location/location - LocationPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Implements a Location polling strategy.
- LocationPollingStrategy(HttpPipeline) - Constructor for class com.azure.core.util.polling.LocationPollingStrategy
-
Creates an instance of the location polling strategy using a JSON serializer.
- LocationPollingStrategy(HttpPipeline, ObjectSerializer) - Constructor for class com.azure.core.util.polling.LocationPollingStrategy
-
Creates an instance of the location polling strategy.
- LocationPollingStrategy(HttpPipeline, ObjectSerializer, Context) - Constructor for class com.azure.core.util.polling.LocationPollingStrategy
-
Creates an instance of the location polling strategy.
- LocationPollingStrategy(HttpPipeline, String, ObjectSerializer, Context) - Constructor for class com.azure.core.util.polling.LocationPollingStrategy
-
Creates an instance of the location polling strategy.
- LocationPollingStrategy(PollingStrategyOptions) - Constructor for class com.azure.core.util.polling.LocationPollingStrategy
-
Creates an instance of the location polling strategy.
- log(LogLevel, Supplier<String>) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a format-able message that uses
{}as the placeholder at the givenlogLevel. - log(LogLevel, Supplier<String>, Throwable) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a format-able message that uses
{}as the placeholder atverboselog level. - log(RuntimeException) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Logs the
RuntimeExceptionand returns it to be thrown. - log(String) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Logs message annotated with context.
- log(String, Object...) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Logs a format-able message that uses
{}as the placeholder atwarninglog level. - log(Throwable) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Logs the
Throwableand returns it to be thrown. - log(Supplier<String>) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Logs message annotated with context.
- log(Supplier<String>, Throwable) - Method in class com.azure.core.util.logging.LoggingEventBuilder
-
Logs message annotated with context.
- logExceptionAsError(RuntimeException) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs the
RuntimeExceptionat the error level and returns it to be thrown. - logExceptionAsWarning(RuntimeException) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs the
RuntimeExceptionat the warning level and returns it to be thrown. - LoggingEventBuilder - Class in com.azure.core.util.logging
-
This class provides fluent API to write logs using
ClientLoggerand enrich them with additional context. - LogLevel - Enum in com.azure.core.util.logging
-
Enum which represent logging levels used in Azure SDKs.
- logRequest(ClientLogger, HttpRequestLoggingContext) - Method in interface com.azure.core.http.policy.HttpRequestLogger
-
Logs the HTTP request.
- logRequestSync(ClientLogger, HttpRequestLoggingContext) - Method in interface com.azure.core.http.policy.HttpRequestLogger
-
Logs the HTTP request.
- logResponse(ClientLogger, HttpResponseLoggingContext) - Method in interface com.azure.core.http.policy.HttpResponseLogger
-
Logs the HTTP response.
- logResponseSync(ClientLogger, HttpResponseLoggingContext) - Method in interface com.azure.core.http.policy.HttpResponseLogger
-
Logs the HTTP response.
- logThowableAsWarning(T) - Method in class com.azure.core.util.logging.ClientLogger
-
Deprecated.Use
ClientLogger.logThrowableAsWarning(Throwable)instead. - logThrowableAsError(T) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs the
Throwableat the error level and returns it to be thrown. - logThrowableAsWarning(T) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs the
Throwableat the warning level and returns it to be thrown. - logValue(boolean) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets flag indicating if property value can be logged.
- LONG_RUNNING_OPERATION - Enum constant in enum com.azure.core.annotation.ReturnType
-
Long-running operation return type.
- LongCounter - Interface in com.azure.core.util.metrics
-
A counter instrument that records
longvalues. - LongGauge - Interface in com.azure.core.util.metrics
-
A counter instrument that records
longvalues. - LongRunningOperationStatus - Class in com.azure.core.util.polling
-
An enum to represent all possible states that a long-running operation may find itself in.
- LongRunningOperationStatus() - Constructor for class com.azure.core.util.polling.LongRunningOperationStatus
-
Deprecated.Use one of the constants or the
LongRunningOperationStatus.fromString(String, boolean)factory method. - Long Running Operations with PollerFluxT - Search tag in Overview
- Section
M
- makeSpanCurrent(Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Makes span current.
- mapPage(Function<T, S>) - Method in class com.azure.core.http.rest.PagedFlux
-
Deprecated.refer the decoration samples for
PagedFlux.create(Supplier). - mapPage(Function<T, S>) - Method in class com.azure.core.http.rest.PagedIterable
-
Maps this PagedIterable instance of T to a PagedIterable instance of type S as per the provided mapper function.
- MatchConditions - Class in com.azure.core.http
-
Specifies HTTP options for conditional requests based on ETag matching.
- MatchConditions() - Constructor for class com.azure.core.http.MatchConditions
-
Creates a new instance of
MatchConditions. - MAX_FORWARDS - Static variable in class com.azure.core.http.HttpHeaderName
-
Max-Forwards/max-forwards - MemberNameConverter - Interface in com.azure.core.util.serializer
-
Generic interface that attempts to retrieve the JSON serialized property name from
Member. - MemberNameConverterProvider - Interface in com.azure.core.util.serializer
-
Interface to be implemented by an azure-core plugin that wishes to provide a
MemberNameConverterimplementation. - MemberNameConverterProviders - Class in com.azure.core.util.serializer
-
This class is a proxy for using a
MemberNameConverterProviderloaded from the classpath. - mergeContexts(Context, Context) - Static method in class com.azure.core.util.CoreUtils
- MESSAGE - Enum constant in enum com.azure.core.util.tracing.ProcessKind
-
Deprecated.Amqp message process call to receive data.
- MESSAGE_ENQUEUED_TIME - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.Use
StartSpanOptions.addLink(TracingLink)and pass enqueued time as an attribute on link. - MessageContent - Class in com.azure.core.models
-
Represents a message with a specific content type and data.
- MessageContent() - Constructor for class com.azure.core.models.MessageContent
-
Creates a new instance of
MessageContent. - Meter - Interface in com.azure.core.util.metrics
-
Meter is generally associated with Azure Service Client instance and allows creating instruments that represent individual metrics such as number of active connections or HTTP call latency.
- MeterProvider - Interface in com.azure.core.util.metrics
-
Resolves and provides
Meterimplementation. - MetricsOptions - Class in com.azure.core.util
-
Metrics configuration options for clients.
- MetricsOptions() - Constructor for class com.azure.core.util.MetricsOptions
-
Creates new instance of
MetricsOptions - MetricsOptions(Class<? extends MeterProvider>) - Constructor for class com.azure.core.util.MetricsOptions
-
Creates new instance of
MetricsOptions - monoError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
-
Propagates a
RuntimeExceptionthrough the error channel ofMono. - monoError(LoggingEventBuilder, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
-
Propagates a
RuntimeExceptionthrough the error channel ofMono. - MULTI - Enum constant in enum com.azure.core.util.serializer.CollectionFormat
-
Corresponds to multiple parameter instances instead of multiple values for a single instance.
- MULTI_LINE_STRING - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON multi-line string.
- MULTI_POINT - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON multi-point.
- MULTI_POLYGON - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON multi-polygon.
- multipleQueryParams() - Element in annotation type com.azure.core.annotation.QueryParam
-
A value true for this argument indicates that value of
QueryParam.value()should not be converted to Json in case it is an array but instead sent as multiple values with same parameter name.
N
- name() - Element in annotation type com.azure.core.annotation.ServiceInterface
-
Name of the service - this must be short and without spaces.
- Next steps - Search tag in Overview
- Section
- NONE - Enum constant in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Logging is turned off.
- NONE - Static variable in class com.azure.core.util.Configuration
-
No-op
Configurationobject 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 needs to be passed to the pipeline.
- NOT_SET - Enum constant in enum com.azure.core.util.logging.LogLevel
-
Indicates that no log level is set.
- NOT_STARTED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
-
Represents that polling has not yet started for this long-running operation.
O
- ObjectSerializer - Interface in com.azure.core.util.serializer
-
Generic interface covering serializing and deserialization objects.
- of(Iterable<T>) - Static method in class com.azure.core.util.IterableStream
-
Creates an
IterableStreamfrom anIterable. - of(Map<Object, Object>) - Static method in class com.azure.core.util.Context
- ofBoolean(String) - Static method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Creates
ConfigurationPropertyBuilderconfigured to log property value and parse value usingBoolean.parseBoolean(String). - ofDuration(String) - Static method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Creates
ConfigurationPropertyBuilderconfigured to log property value and parses value as long number of milliseconds, proxyingNumberFormatExceptionexception. - ofInteger(String) - Static method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Creates
ConfigurationPropertyBuilderconfigured to log property value and parse value usingInteger.valueOf(String), proxyingNumberFormatExceptionexception. - ofString(String) - Static method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Creates default
ConfigurationPropertyBuilder. - onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.ChainedPollingStrategy
-
Parses the initial response into a
LongRunningOperationStatus, and stores information useful for polling in thePollingContext. - onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.DefaultPollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.LocationPollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.OperationResourcePollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in interface com.azure.core.util.polling.PollingStrategy
-
Parses the initial response into a
LongRunningOperationStatus, and stores information useful for polling in thePollingContext. - onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.StatusCheckPollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncChainedPollingStrategy
-
Parses the initial response into a
LongRunningOperationStatus, and stores information useful for polling in thePollingContext. - onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncDefaultPollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncLocationPollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
- onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in interface com.azure.core.util.polling.SyncPollingStrategy
-
Parses the initial response into a
LongRunningOperationStatus, and stores information useful for polling in thePollingContext. - onInitialResponse(Response<?>, PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncStatusCheckPollingStrategy
- OPERATION_LOCATION - Static variable in class com.azure.core.http.HttpHeaderName
-
Operation-Location/operation-location - OperationResourcePollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Implements an operation resource polling strategy, typically from Operation-Location.
- OperationResourcePollingStrategy(HttpHeaderName, PollingStrategyOptions) - Constructor for class com.azure.core.util.polling.OperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- OperationResourcePollingStrategy(HttpPipeline) - Constructor for class com.azure.core.util.polling.OperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy using a JSON serializer and "Operation-Location" as the header for polling.
- OperationResourcePollingStrategy(HttpPipeline, ObjectSerializer, String) - Constructor for class com.azure.core.util.polling.OperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- OperationResourcePollingStrategy(HttpPipeline, ObjectSerializer, String, Context) - Constructor for class com.azure.core.util.polling.OperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- OperationResourcePollingStrategy(HttpPipeline, String, ObjectSerializer, String, Context) - Constructor for class com.azure.core.util.polling.OperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- Operation Timeouts - Search tag in Overview
- Section
- Options - Annotation Type in com.azure.core.annotation
-
HTTP OPTIONS method annotation describing the parameterized relative path to a REST endpoint for retrieving options.
- OPTIONS - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP OPTIONS method.
- ORIGIN - Static variable in class com.azure.core.http.HttpHeaderName
-
Origin/origin - OVERRIDE_USER_AGENT_CONTEXT_KEY - Static variable in class com.azure.core.http.policy.UserAgentPolicy
-
Key for
Contextto add a value which will override the User-Agent supplied in this policy in an ad-hoc manner.
P
- Page<T> - Interface in com.azure.core.http.rest
-
Represents a paginated REST response from the service.
- PagedFlux<T> - Class in com.azure.core.http.rest
-
PagedFlux is a Flux that provides the ability to operate on paginated REST responses of type
PagedResponseand individual items in such pages. - PagedFlux(Function<Integer, Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
-
Creates an instance of
PagedFluxthat consists of only a single page with a given element count. - PagedFlux(Function<Integer, Mono<PagedResponse<T>>>, BiFunction<String, Integer, Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
-
Creates an instance of
PagedFluxthat is capable of retrieving multiple pages with of a given page size. - PagedFlux(Supplier<Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
-
Creates an instance of
PagedFluxthat consists of only a single page. - PagedFlux(Supplier<Mono<PagedResponse<T>>>, Function<String, Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
-
Creates an instance of
PagedFlux. - PagedFluxBase<T,
P> - Class in com.azure.core.http.rest -
Deprecated.
- PagedFluxBase(Supplier<Mono<P>>) - Constructor for class com.azure.core.http.rest.PagedFluxBase
-
Deprecated.Creates an instance of
PagedFluxBasethat consists of only a single page. - PagedFluxBase(Supplier<Mono<P>>, Function<String, Mono<P>>) - Constructor for class com.azure.core.http.rest.PagedFluxBase
-
Deprecated.Creates an instance of
PagedFluxBase. - pagedFluxError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
-
Propagates a
RuntimeExceptionthrough the error channel ofPagedFlux. - PagedIterable<T> - Class in com.azure.core.http.rest
- PagedIterable(PagedFlux<T>) - Constructor for class com.azure.core.http.rest.PagedIterable
-
Creates instance given
PagedFlux. - PagedIterable(Function<Integer, PagedResponse<T>>) - Constructor for class com.azure.core.http.rest.PagedIterable
-
Creates an instance of
PagedIterablethat consists of only a single page with a given element count. - PagedIterable(Function<Integer, PagedResponse<T>>, BiFunction<String, Integer, PagedResponse<T>>) - Constructor for class com.azure.core.http.rest.PagedIterable
-
Creates an instance of
PagedIterablethat is capable of retrieving multiple pages with of a given page size. - PagedIterable(Supplier<PagedResponse<T>>) - Constructor for class com.azure.core.http.rest.PagedIterable
-
Creates an instance of
PagedIterablethat consists of only a single page. - PagedIterable(Supplier<PagedResponse<T>>, Function<String, PagedResponse<T>>) - Constructor for class com.azure.core.http.rest.PagedIterable
-
Creates an instance of
PagedIterable. - PagedIterableBase<T,
P> - Class in com.azure.core.http.rest -
This class provides utility to iterate over responses that extend
PagedResponseusingStreamandIterableinterfaces. - PagedIterableBase(PagedFluxBase<T, P>) - Constructor for class com.azure.core.http.rest.PagedIterableBase
-
Creates instance given
PagedFluxBase. - PagedIterableBase(Supplier<PageRetrieverSync<String, P>>) - Constructor for class com.azure.core.http.rest.PagedIterableBase
-
Creates instance given the
page retrieverSupplier. - PagedResponse<T> - Interface in com.azure.core.http.rest
-
Response of a REST API that returns page.
- PagedResponseBase<H,
T> - Class in com.azure.core.http.rest -
Represents an HTTP response that contains a list of items deserialized into a
Page. - PagedResponseBase(HttpRequest, int, HttpHeaders, Page<T>, H) - Constructor for class com.azure.core.http.rest.PagedResponseBase
-
Creates a new instance of the PagedResponseBase type.
- PagedResponseBase(HttpRequest, int, HttpHeaders, List<T>, String, H) - Constructor for class com.azure.core.http.rest.PagedResponseBase
-
Creates a new instance of the PagedResponseBase type.
- PageRetriever<C,
P> - Interface in com.azure.core.util.paging -
This class handles retrieving pages.
- PageRetrieverSync<C,
P> - Interface in com.azure.core.util.paging -
This class handles retrieving page synchronously.
- Pagination with ContinuablePagedFluxT - Search tag in Overview
- Section
- PARENT_SPAN_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.Deprecated in favor of PARENT_TRACE_CONTEXT_KEY, use it to propagate full io.opentelemetry.Context
- PARENT_TRACE_CONTEXT_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Contextkey to store trace context. - parse(String) - Static method in class com.azure.core.util.UrlBuilder
-
Parses the passed
urlstring into a UrlBuilder. - parse(URL) - Static method in class com.azure.core.util.UrlBuilder
-
Parse a UrlBuilder from the provided URL object.
- parseAuthenticateHeader(String) - Static method in class com.azure.core.util.CoreUtils
-
Processes an authenticate header, such as
HttpHeaderName.WWW_AUTHENTICATEorHttpHeaderName.PROXY_AUTHENTICATE, into a list ofAuthenticateChallenge. - parseAuthenticationOrAuthorizationHeader(String) - Static method in class com.azure.core.util.AuthorizationChallengeHandler
-
Parses the
AuthorizationorAuthenticationheader into its key-value pairs. - parseBestOffsetDateTime(String) - Static method in class com.azure.core.util.CoreUtils
-
Parses a string into an
OffsetDateTime. - parseQueryParameters(String) - Static method in class com.azure.core.util.CoreUtils
-
Utility method for parsing query parameters one-by-one without the use of string splitting.
- Patch - Annotation Type in com.azure.core.annotation
-
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
- PATCH - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP PATCH method.
- PathParam - Annotation Type in com.azure.core.annotation
-
Annotation to annotate replacement for a named path segment in REST endpoint URL.
- PER_CALL - Enum constant in enum com.azure.core.http.HttpPipelinePosition
-
Policy is placed before a
RetryPolicyand will only be invoked once per pipeline invocation (service call). - PER_RETRY - Enum constant in enum com.azure.core.http.HttpPipelinePosition
-
Policy is placed after a
RetryPolicyand will be invoked every time a request is sent. - pipeline(HttpPipeline) - Method in interface com.azure.core.client.traits.HttpTrait
-
Sets the
HttpPipelineto use for the service client. - PIPES - Enum constant in enum com.azure.core.util.serializer.CollectionFormat
-
Pipe(|) separated values.
- POINT - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON point.
- policies(HttpPipelinePolicy...) - Method in class com.azure.core.http.HttpPipelineBuilder
-
Adds
policiesto the set of policies that the pipeline will use when sending requests. - poll() - Method in interface com.azure.core.util.polling.SyncPoller
-
Poll once and return the poll response received.
- poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.ChainedPollingStrategy
-
Parses the response from the polling URL into a
PollResponse, and stores information useful for further polling and final response in thePollingContext. - poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.DefaultPollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.LocationPollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.OperationResourcePollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in interface com.azure.core.util.polling.PollingStrategy
-
Parses the response from the polling URL into a
PollResponse, and stores information useful for further polling and final response in thePollingContext. - poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.StatusCheckPollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncChainedPollingStrategy
-
Parses the response from the polling URL into a
PollResponse, and stores information useful for further polling and final response in thePollingContext. - poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncDefaultPollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncLocationPollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
- poll(PollingContext<T>, TypeReference<T>) - Method in interface com.azure.core.util.polling.SyncPollingStrategy
-
Parses the response from the polling URL into a
PollResponse, and stores information useful for further polling and final response in thePollingContext. - poll(PollingContext<T>, TypeReference<T>) - Method in class com.azure.core.util.polling.SyncStatusCheckPollingStrategy
- PollerFlux<T,
U> - Class in com.azure.core.util.polling -
A Flux that simplifies the task of executing long-running operations against an Azure service.
- PollerFlux(Duration, Function<PollingContext<T>, Mono<T>>, Function<PollingContext<T>, Mono<PollResponse<T>>>, BiFunction<PollingContext<T>, PollResponse<T>, Mono<T>>, Function<PollingContext<T>, Mono<U>>) - Constructor for class com.azure.core.util.polling.PollerFlux
-
Creates PollerFlux.
- PollingContext<T> - Class in com.azure.core.util.polling
-
A key/value store that is propagated between various poll related operations associated with
PollerFluxandSyncPollerpoller. - PollingStrategy<T,
U> - Interface in com.azure.core.util.polling -
Represents a known strategy for polling a long-running operation in Azure.
- PollingStrategyOptions - Class in com.azure.core.util.polling
-
Options to configure polling strategy.
- PollingStrategyOptions(HttpPipeline) - Constructor for class com.azure.core.util.polling.PollingStrategyOptions
-
The
HttpPipelineto use for polling and getting the final result of the long-running operation. - PollOperationDetails - Class in com.azure.core.util.polling
-
PollOperationDetails provides details for long running operations.
- PollResponse<T> - Class in com.azure.core.util.polling
-
PollResponse represents a single response from a service for a long-running polling operation.
- PollResponse(LongRunningOperationStatus, T) - Constructor for class com.azure.core.util.polling.PollResponse
-
Creates a new
PollResponsewith status and value. - PollResponse(LongRunningOperationStatus, T, Duration) - Constructor for class com.azure.core.util.polling.PollResponse
-
Creates a new
PollResponsewith status, value, retryAfter and properties. - POLYGON - Static variable in class com.azure.core.models.GeoObjectType
-
GeoJSON polygon.
- PortPolicy - Class in com.azure.core.http.policy
-
The
PortPolicyclass is an implementation of theHttpPipelinePolicyinterface. - PortPolicy(int, boolean) - Constructor for class com.azure.core.http.policy.PortPolicy
-
Creates a new PortPolicy object.
- Post - Annotation Type in com.azure.core.annotation
-
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
- POST - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP POST method.
- PRAGMA - Static variable in class com.azure.core.http.HttpHeaderName
-
Pragma/pragma - PREFER - Static variable in class com.azure.core.http.HttpHeaderName
-
Prefer/prefer - PREFERENCE_APPLIED - Static variable in class com.azure.core.http.HttpHeaderName
-
Preference-Applied/preference-applied - Prerequisites - Search tag in Overview
- Section
- 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.AddHeadersFromContextPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddHeadersPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AzureSasCredentialPolicy
- 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
-
Processes provided request context and invokes the next policy.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HttpPipelineSyncPolicy
-
Processes provided request context and invokes the next policy.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.KeyCredentialPolicy
- 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.RedirectPolicy
- 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
-
Deprecated.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.UserAgentPolicy
-
Updates the "User-Agent" header with the value supplied in the policy.
- PROCESS - Enum constant in enum com.azure.core.util.tracing.ProcessKind
-
Deprecated.Custom process call to process received messages.
- ProcessKind - Enum in com.azure.core.util.tracing
-
Deprecated.use
StartSpanOptions - processSync() - Method in class com.azure.core.http.HttpPipelineNextSyncPolicy
-
Invokes the next
HttpPipelinePolicy. - processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.AddDatePolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.AddHeadersFromContextPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.AddHeadersPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.AzureSasCredentialPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.CookiePolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.HostPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.HttpLoggingPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in interface com.azure.core.http.policy.HttpPipelinePolicy
-
Processes provided request context and invokes the next policy synchronously.
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.HttpPipelineSyncPolicy
-
Processes provided request context and invokes the next policy synchronously.
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.KeyCredentialPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.PortPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.ProtocolPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.RedirectPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.RequestIdPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.RetryPolicy
- processSync(HttpPipelineCallContext, HttpPipelineNextSyncPolicy) - Method in class com.azure.core.http.policy.UserAgentPolicy
-
Updates the "User-Agent" header with the value supplied in the policy synchronously.
- PRODUCER - Enum constant in enum com.azure.core.util.tracing.SpanKind
-
Indicates that the span describes producer sending a message to a broker.
- ProgressListener - Interface in com.azure.core.util
-
A
ProgressListeneris an interface that can be used to listen to the progress of the I/O transfers. - ProgressReporter - Class in com.azure.core.util
-
ProgressReporteroffers a convenient way to add progress tracking to I/O operations. - ProofOfPossessionOptions - Class in com.azure.core.credential
-
Specifies Options for Pop Token authentication.
- ProofOfPossessionOptions() - Constructor for class com.azure.core.credential.ProofOfPossessionOptions
-
Creates a new instance of
ProofOfPossessionOptions. - PROPERTY_AZURE_AUTHORITY_HOST - Static variable in class com.azure.core.util.Configuration
-
The Azure Active Directory endpoint to connect to.
- PROPERTY_AZURE_CLIENT_CERTIFICATE_PASSWORD - Static variable in class com.azure.core.util.Configuration
-
Password for a PFX/PEM certificate used when performing service principal authentication with Azure.
- PROPERTY_AZURE_CLIENT_CERTIFICATE_PATH - Static variable in class com.azure.core.util.Configuration
-
Path of a PFX/PEM certificate file to use when performing service principal authentication with Azure.
- PROPERTY_AZURE_CLIENT_ID - Static variable in class com.azure.core.util.Configuration
-
Client id to use when performing service principal authentication with Azure.
- PROPERTY_AZURE_CLIENT_SECRET - Static variable in class com.azure.core.util.Configuration
-
Client secret to use when performing service principal authentication with Azure.
- PROPERTY_AZURE_CLIENT_SEND_CERTIFICATE_CHAIN - Static variable in class com.azure.core.util.Configuration
-
Flag to enable sending the certificate chain in x5c header to support subject name / issuer based authentication.
- PROPERTY_AZURE_CLOUD - Static variable in class com.azure.core.util.Configuration
-
Name of the Azure cloud to connect to.
- PROPERTY_AZURE_HTTP_CLIENT_IMPLEMENTATION - Static variable in class com.azure.core.util.Configuration
-
Sets the name of the
HttpClientProviderimplementation that should be used to construct instances ofHttpClient. - PROPERTY_AZURE_HTTP_LOG_DETAIL_LEVEL - Static variable in class com.azure.core.util.Configuration
-
Enables HTTP request/response logging by setting an HTTP log detail level.
- PROPERTY_AZURE_IDENTITY_DISABLE_CP1 - Static variable in class com.azure.core.util.Configuration
-
Flag to disable the CP1 client capabilities in Azure Identity Token credentials.
- PROPERTY_AZURE_LOG_LEVEL - Static variable in class com.azure.core.util.Configuration
-
Enables logging by setting a log level.
- PROPERTY_AZURE_METRICS_DISABLED - Static variable in class com.azure.core.util.Configuration
-
Disables metrics.
- PROPERTY_AZURE_METRICS_IMPLEMENTATION - Static variable in class com.azure.core.util.Configuration
-
Sets the name of the
MeterProviderimplementation that should be used to construct instances ofMeter. - PROPERTY_AZURE_PASSWORD - Static variable in class com.azure.core.util.Configuration
-
Username to use when performing username/password authentication with Azure.
- PROPERTY_AZURE_POD_IDENTITY_TOKEN_URL - Static variable in class com.azure.core.util.Configuration
-
URL used by Bridge To Kubernetes to redirect IMDS calls in the development environment.
- PROPERTY_AZURE_REGIONAL_AUTHORITY_NAME - Static variable in class com.azure.core.util.Configuration
-
Name of Azure AAD regional authority.
- PROPERTY_AZURE_REQUEST_CONNECT_TIMEOUT - Static variable in class com.azure.core.util.Configuration
-
Sets the default timeout, in milliseconds, for a request to connect to the remote host.
- PROPERTY_AZURE_REQUEST_READ_TIMEOUT - Static variable in class com.azure.core.util.Configuration
-
Sets the default timeout interval, in milliseconds, allowed between each byte read in a response.
- PROPERTY_AZURE_REQUEST_RESPONSE_TIMEOUT - Static variable in class com.azure.core.util.Configuration
-
Sets the default timeout, in milliseconds, for a request to receive a response from the remote host.
- PROPERTY_AZURE_REQUEST_RETRY_COUNT - Static variable in class com.azure.core.util.Configuration
-
Sets the default number of times a request will be retried, if it passes the conditions for retrying, before it fails.
- PROPERTY_AZURE_REQUEST_WRITE_TIMEOUT - Static variable in class com.azure.core.util.Configuration
-
Sets the default timeout interval, in milliseconds, allowed between each byte written by a request.
- PROPERTY_AZURE_RESOURCE_GROUP - Static variable in class com.azure.core.util.Configuration
-
Name of the Azure resource group.
- PROPERTY_AZURE_SUBSCRIPTION_ID - Static variable in class com.azure.core.util.Configuration
-
Subscription id to use when connecting to Azure resources.
- PROPERTY_AZURE_TELEMETRY_DISABLED - Static variable in class com.azure.core.util.Configuration
-
Disables telemetry collection.
- PROPERTY_AZURE_TENANT_ID - Static variable in class com.azure.core.util.Configuration
-
Tenant id for the Azure resources.
- PROPERTY_AZURE_TRACING_DISABLED - Static variable in class com.azure.core.util.Configuration
-
Disables tracing.
- PROPERTY_AZURE_TRACING_IMPLEMENTATION - Static variable in class com.azure.core.util.Configuration
-
Sets the name of the
TracerProviderimplementation that should be used to construct instances ofTracer. - PROPERTY_AZURE_USERNAME - Static variable in class com.azure.core.util.Configuration
-
Username to use when performing username/password authentication with Azure.
- PROPERTY_HTTP_PROXY - Static variable in class com.azure.core.util.Configuration
-
URL of the proxy for HTTP connections.
- PROPERTY_HTTPS_PROXY - Static variable in class com.azure.core.util.Configuration
-
URL of the proxy for HTTPS connections.
- PROPERTY_IDENTITY_ENDPOINT - Static variable in class com.azure.core.util.Configuration
-
Endpoint to connect to when using Azure Active Directory managed service identity (MSI).
- PROPERTY_IDENTITY_HEADER - Static variable in class com.azure.core.util.Configuration
-
Header when connecting to Azure Active Directory using managed service identity (MSI).
- PROPERTY_MSI_ENDPOINT - Static variable in class com.azure.core.util.Configuration
-
Endpoint to connect to when using Azure Active Directory managed service identity (MSI).
- PROPERTY_MSI_SECRET - Static variable in class com.azure.core.util.Configuration
-
Secret when connecting to Azure Active Directory using managed service identity (MSI).
- PROPERTY_NO_PROXY - Static variable in class com.azure.core.util.Configuration
-
A list of hosts or CIDR to not use proxy HTTP/HTTPS connections through.
- protocol() - Element in annotation type com.azure.core.annotation.ServiceClientBuilder
-
The
protocolclients created from this builder will use to interact with the service. - ProtocolPolicy - Class in com.azure.core.http.policy
-
The
ProtocolPolicyclass is an implementation of theHttpPipelinePolicyinterface. - ProtocolPolicy(String, boolean) - Constructor for class com.azure.core.http.policy.ProtocolPolicy
-
Creates a new ProtocolPolicy.
- PROXY_AUTHENTICATE - Static variable in class com.azure.core.http.HttpHeaderName
-
Proxy-Authenticate/proxy-authenticate - PROXY_AUTHENTICATE - Static variable in class com.azure.core.util.AuthorizationChallengeHandler
-
Header representing a proxy server requesting authentication.
- PROXY_AUTHENTICATION_INFO - Static variable in class com.azure.core.util.AuthorizationChallengeHandler
-
Header representing additional information a proxy server is expecting during future authentication requests.
- PROXY_AUTHORIZATION - Static variable in class com.azure.core.http.HttpHeaderName
-
Proxy-Authorization/proxy-authorization - PROXY_AUTHORIZATION - Static variable in class com.azure.core.util.AuthorizationChallengeHandler
-
Header representing the authorization the client is presenting to a proxy server.
- ProxyOptions - Class in com.azure.core.http
-
Represents the proxy configuration to be used in HTTP clients.
- 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.
- put(String, String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(HttpHeaderName, String)instead. - put(String, String) - Method in class com.azure.core.util.Configuration
-
Deprecated.Use
ConfigurationBuilderandConfigurationSourceto provide all properties before creating configuration. - Put - Annotation Type in com.azure.core.annotation
-
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or update.
- PUT - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP PUT method.
- putProperty(String, String) - Method in class com.azure.core.util.ConfigurationBuilder
-
Adds property to the configuration source.
Q
- QueryParam - Annotation Type in com.azure.core.annotation
-
Annotation for query parameters to be appended to a REST API Request URI.
R
- randomUuid() - Static method in class com.azure.core.util.CoreUtils
-
Creates a type 4 (pseudo randomly generated) UUID.
- RANGE - Static variable in class com.azure.core.http.HttpHeaderName
-
Range/range - readFile(AsynchronousFileChannel) - Static method in class com.azure.core.util.FluxUtil
-
Creates a
Fluxfrom anAsynchronousFileChannelwhich reads the entire file. - readFile(AsynchronousFileChannel, int, long, long) - Static method in class com.azure.core.util.FluxUtil
-
Creates a
Fluxfrom anAsynchronousFileChannelwhich reads part of a file into chunks of the given size. - readFile(AsynchronousFileChannel, long, long) - Static method in class com.azure.core.util.FluxUtil
-
Creates a
Fluxfrom anAsynchronousFileChannelwhich reads part of a file. - readTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the read timeout duration used when reading the server response.
- record(double, TelemetryAttributes, Context) - Method in interface com.azure.core.util.metrics.DoubleHistogram
-
Records a value with a set of attributes.
- RedirectPolicy - Class in com.azure.core.http.policy
-
The
RedirectPolicyclass is an implementation of theHttpPipelinePolicyinterface. - RedirectPolicy() - Constructor for class com.azure.core.http.policy.RedirectPolicy
-
Creates
RedirectPolicywith defaultDefaultRedirectStrategyasRedirectStrategyand uses the redirect status response code (301, 302, 307, 308) to determine if this request should be redirected. - RedirectPolicy(RedirectStrategy) - Constructor for class com.azure.core.http.policy.RedirectPolicy
-
Creates
RedirectPolicywith the providedredirectStrategyasRedirectStrategyto determine if this request should be redirected. - RedirectStrategy - Interface in com.azure.core.http.policy
-
The interface for determining the
redirect strategyused inRedirectPolicy. - ReferenceManager - Interface in com.azure.core.util
-
This interface represents managing references to
Objectsand providing the ability to run a cleaning operation once the object is no longer able to be reference. - REFERER - Static variable in class com.azure.core.http.HttpHeaderName
-
Referer/referer - register(Object, Runnable) - Method in interface com.azure.core.util.ReferenceManager
-
Registers the
objectand the cleaning action to run once the object becomes phantom reachable. - registerCallback(Supplier<Long>, TelemetryAttributes) - Method in interface com.azure.core.util.metrics.LongGauge
-
Registers callbacks to obtain measurements.
- remove(HttpHeaderName) - Method in class com.azure.core.http.HttpHeaders
-
Removes the
headerwith the provided header name. null is returned if the header isn't found. - remove(String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.remove(HttpHeaderName)as it provides better performance. - remove(String) - Method in class com.azure.core.util.Configuration
-
Deprecated.Use
ConfigurationBuilderandConfigurationSourceto provide all properties before creating configuration. - reportProgress(long) - Method in class com.azure.core.util.ProgressReporter
-
Accumulates the provided
progressand notifies. - RequestConditions - Class in com.azure.core.http
-
Specifies HTTP options for conditional requests based on modification time and ETag matching.
- RequestConditions() - Constructor for class com.azure.core.http.RequestConditions
-
Creates a new instance of
RequestConditions. - RequestIdPolicy - Class in com.azure.core.http.policy
-
The
RequestIdPolicyclass is an implementation of theHttpPipelinePolicyinterface. - RequestIdPolicy() - Constructor for class com.azure.core.http.policy.RequestIdPolicy
-
Creates default
RequestIdPolicywith default header name 'x-ms-client-request-id'. - RequestIdPolicy(String) - Constructor for class com.azure.core.http.policy.RequestIdPolicy
-
Creates
RequestIdPolicywith providedrequestIdHeaderName. - RequestOptions - Class in com.azure.core.http.rest
-
This class contains the options to customize an HTTP request.
- RequestOptions() - Constructor for class com.azure.core.http.rest.RequestOptions
-
Creates a new instance of
RequestOptions. - RequestRetryCondition - Class in com.azure.core.http.policy
-
Information about the request that failed, used to determine whether a retry should be attempted.
- required(boolean) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets flag indicating if property is required.
- reset() - Method in class com.azure.core.util.ProgressReporter
-
Resets progress to zero and notifies.
- reset() - Method in class com.azure.core.util.SharedExecutorService
-
Resets the state of the
SharedExecutorService.getInstance()to an uninitialized state. - ResourceExistsException - Exception Class in com.azure.core.exception
-
The
ResourceExistsExceptionrepresents an exception thrown when an HTTP request attempts to create a resource that already exists. - ResourceExistsException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceModifiedException - Exception Class in com.azure.core.exception
-
The
ResourceModifiedExceptionrepresents an exception thrown when an HTTP request attempts to modify a resource in a way that is not allowed. - ResourceModifiedException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceNotFoundException - Exception Class in com.azure.core.exception
-
The
ResourceNotFoundExceptionrepresents an exception thrown when an HTTP request attempts to access a resource that does not exist. - ResourceNotFoundException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- 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
-
Creates a
ResponseBase. - ResponseError - Class in com.azure.core.models
-
Represents the error details of an HTTP response.
- ResponseError(String, String) - Constructor for class com.azure.core.models.ResponseError
-
Creates an instance of
ResponseError. - responseTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the response timeout duration used when waiting for a server to reply.
- RestProxy - Class in com.azure.core.http.rest
-
RestProxy is a type that creates a proxy implementation for an interface describing REST API methods.
- ResumeOperation - Annotation Type in com.azure.core.annotation
-
Deprecated.This interface is no longer used, or respected, in code.
- RETRY_AFTER - Static variable in class com.azure.core.http.HttpHeaderName
-
Retry-After/retry-after - RETRY_AFTER_MS - Static variable in class com.azure.core.http.HttpHeaderName
-
retry-after-ms - RETRY_COUNT_CONTEXT - Static variable in class com.azure.core.http.policy.HttpLoggingPolicy
-
Key for
Contextto pass request retry count metadata for logging. - retryOptions(RetryOptions) - Method in interface com.azure.core.client.traits.HttpTrait
-
Sets the
RetryOptionsfor all the requests made through the client. - RetryOptions - Class in com.azure.core.http.policy
-
The
RetryOptionsclass provides configuration options for retry strategies. - RetryOptions(ExponentialBackoffOptions) - Constructor for class com.azure.core.http.policy.RetryOptions
-
Creates a new instance that uses
ExponentialBackoffOptions. - RetryOptions(FixedDelayOptions) - Constructor for class com.azure.core.http.policy.RetryOptions
-
Creates a new instance that uses
FixedDelayOptions. - RetryPolicy - Class in com.azure.core.http.policy
-
The
RetryPolicyclass is an implementation of theHttpPipelinePolicyinterface. - RetryPolicy() - Constructor for class com.azure.core.http.policy.RetryPolicy
- RetryPolicy(RetryOptions) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
Creates a
RetryPolicywith the providedRetryOptions. - RetryPolicy(RetryStrategy) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
Creates a
RetryPolicywith the providedRetryStrategy. - RetryPolicy(RetryStrategy, String, ChronoUnit) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
Creates
RetryPolicywith the providedRetryStrategyand defaultExponentialBackoffasRetryStrategy. - RetryPolicy(String, ChronoUnit) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
Creates
RetryPolicyusingExponentialBackoff()as theRetryStrategyand usesretryAfterHeaderto look up the wait period in the returnedHttpResponseto calculate the retry delay when a recoverable HTTP error is returned. - RetryStrategy - Interface in com.azure.core.http.policy
-
The interface for determining the retry strategy used in
RetryPolicy. - returns() - Element in annotation type com.azure.core.annotation.ServiceMethod
-
This represents the return type expected from this service method.
- ReturnType - Enum in com.azure.core.annotation
-
Enumeration of return types used with
ServiceMethodannotation to indicate if a method is expected to return a single item or a collection - ReturnValueWireType - Annotation Type in com.azure.core.annotation
-
Annotation for the type that will be used to deserialize the return value of a REST API response.
- root(String) - Method in class com.azure.core.util.ConfigurationBuilder
-
Sets path to root configuration properties where shared Azure SDK properties are defined.
S
- schedule(Runnable, long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
- schedule(Callable<V>, long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.azure.core.util.SharedExecutorService
- SCOPE_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
Tracer.makeSpanCurrent(Context)instead. - send(HttpPipelineCallContext) - Method in class com.azure.core.http.HttpPipeline
-
Sends the context (containing an HTTP request) through pipeline.
- 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
requestin a context and sends it through pipeline. - send(HttpRequest, Context) - Method in interface com.azure.core.http.HttpClient
-
Sends the provided request asynchronously with contextual information.
- 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(HttpRequest, Context) - Method in class com.azure.core.http.rest.RestProxy
-
Send the provided request asynchronously, applying any request policies provided to the HttpClient instance.
- SEND - Enum constant in enum com.azure.core.util.tracing.ProcessKind
-
Deprecated.Amqp Send Message process call to send data.
- sendSync(HttpRequest, Context) - Method in interface com.azure.core.http.HttpClient
-
Sends the provided request synchronously with contextual information.
- sendSync(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.
- serialize(OutputStream, Object) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Writes an object's JSON representation into a stream.
- serialize(OutputStream, Object) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Writes the serialized object into a stream.
- serialize(Object, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
- serialize(Object, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an object into a string.
- serialize(Object, SerializerEncoding, OutputStream) - Method in class com.azure.core.util.serializer.JacksonAdapter
- serialize(Object, SerializerEncoding, OutputStream) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an object and writes its output into an
OutputStream. - serializeAsync(OutputStream, Object) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Writes an object's JSON representation into a stream.
- serializeAsync(OutputStream, Object) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Writes the serialized object into a stream.
- serializeIterable(Iterable<?>, CollectionFormat) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an iterable into a string with the delimiter specified with the Swagger collection format joining each individual serialized items in the list.
- serializeList(List<?>, CollectionFormat) - Method in class com.azure.core.util.serializer.JacksonAdapter
- serializeList(List<?>, CollectionFormat) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes a list into a string with the delimiter specified with the Swagger collection format joining each individual serialized items in the list.
- serializer() - Method in class com.azure.core.util.serializer.JacksonAdapter
-
Deprecated.deprecated to avoid direct
ObjectMapperusage in favor of using more resilient and debuggableJacksonAdapterAPIs. - SerializerAdapter - Interface in com.azure.core.util.serializer
-
An interface defining the behaviors of a serializer.
- serializeRaw(Object) - Method in class com.azure.core.util.serializer.JacksonAdapter
- serializeRaw(Object) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an object into a raw string, leading and trailing quotes will be trimmed.
- SerializerEncoding - Enum in com.azure.core.util.serializer
-
Supported serialization encoding formats.
- serializeToBytes(Object) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Converts the object into a JSON byte array.
- serializeToBytes(Object) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Converts the object into a byte array.
- serializeToBytes(Object, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
- serializeToBytes(Object, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an object into a byte array.
- serializeToBytesAsync(Object) - Method in interface com.azure.core.util.serializer.JsonSerializer
-
Converts the object into a JSON byte array.
- serializeToBytesAsync(Object) - Method in interface com.azure.core.util.serializer.ObjectSerializer
-
Converts the object into a byte array.
- SERVER - Enum constant in enum com.azure.core.util.tracing.SpanKind
-
Indicates that the span covers server-side handling of an RPC or other remote request.
- SERVER - Static variable in class com.azure.core.http.HttpHeaderName
-
Server/server - ServiceClient - Annotation Type in com.azure.core.annotation
-
Annotation given to all service client classes.
- ServiceClientBuilder - Annotation Type in com.azure.core.annotation
-
Annotation given to all service client builder classes.
- ServiceClientProtocol - Enum in com.azure.core.annotation
-
Enumeration of protocols available for setting the
protocolproperty ofServiceClientBuilderannotation. - serviceClients() - Element in annotation type com.azure.core.annotation.ServiceClientBuilder
-
An array of classes that this builder can build.
- Service Client Timeouts - Search tag in Overview
- Section
- ServiceInterface - Annotation Type in com.azure.core.annotation
-
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
- serviceInterfaces() - Element in annotation type com.azure.core.annotation.ServiceClient
-
Optional field to indicate all the services this service client interacts with.
- ServiceMethod - Annotation Type in com.azure.core.annotation
-
Annotation given to all service client methods that perform network operations.
- ServiceResponseException - Exception Class in com.azure.core.exception
-
The
ServiceResponseExceptionrepresents an exception thrown when the client fails to understand the service response or the connection times out. - ServiceResponseException(String) - Constructor for exception class com.azure.core.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceResponseException(String, Throwable) - Constructor for exception class com.azure.core.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceVersion - Interface in com.azure.core.util
-
A generic interface for sending HTTP requests using the provided service version.
- set(HttpHeaderName, String) - Method in class com.azure.core.http.HttpHeaders
-
Sets a
headerwith the given name and value. - set(HttpHeaderName, List<String>) - Method in class com.azure.core.http.HttpHeaders
-
Sets a
headerwith the given name and the list of values provided, such that the given values will be comma-separated when necessary. - set(String, String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(HttpHeaderName, String)as it provides better performance. - set(String, List<String>) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(HttpHeaderName, List)as it provides better performance. - SET_COOKIE - Static variable in class com.azure.core.http.HttpHeaderName
-
Set-Cookie/set-cookie - setAll(Map<String, List<String>>) - Method in class com.azure.core.http.HttpHeaders
-
Sets all provided header key/values pairs into this HttpHeaders instance.
- setAllHttpHeaders(HttpHeaders) - Method in class com.azure.core.http.HttpHeaders
-
Sets all headers from the passed
headersinto thisHttpHeaders. - setAllowedHeaderNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.Use
HttpLogOptions.setAllowedHttpHeaderNames(Set)instead. - setAllowedHttpHeaderNames(Set<HttpHeaderName>) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given allowed
HttpHeaderNamesthat should be logged. - setAllowedQueryParamNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given allowed query params to be displayed in the logging info.
- setAllowedTracingQueryParamNames(Set<String>) - Method in class com.azure.core.util.TracingOptions
-
Sets the set of query parameter names that are allowed to be recorded in the URL.
- setApplicationId(String) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.Use
ClientOptionsto configureapplicationId. - setApplicationId(String) - Method in class com.azure.core.util.ClientOptions
-
Sets the application ID.
- setApplicationId(String) - Method in class com.azure.core.util.HttpClientOptions
- setAttribute(String, long, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Sets long attribute.
- setAttribute(String, Object) - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Sets attribute on span before its started.
- setAttribute(String, Object, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Sets an attribute on span.
- setAttribute(String, String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Adds metadata to the current span.
- setAttribute(String, String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.For the plugged in
tracer, the key-value pair metadata is added to its current span. - setAuthorizationHeader(HttpPipelineCallContext, TokenRequestContext) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Authorizes the request with the bearer token acquired using the specified
tokenRequestContext - setAuthorizationHeaderSync(HttpPipelineCallContext, TokenRequestContext) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Authorizes the request with the bearer token acquired using the specified
tokenRequestContext - setBaseDelay(Duration) - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Sets the base delay duration for retry.
- setBody(byte[]) - Method in class com.azure.core.http.HttpRequest
-
Set the request content.
- setBody(BinaryData) - Method in class com.azure.core.http.HttpRequest
-
Set request content.
- setBody(BinaryData) - Method in class com.azure.core.http.rest.RequestOptions
-
Sets the body to send as part of the HTTP request.
- setBody(String) - Method in class com.azure.core.http.HttpRequest
-
Set the request content.
- setBody(Flux<ByteBuffer>) - Method in class com.azure.core.http.HttpRequest
-
Set request content.
- setBodyAsBinaryData(BinaryData) - Method in class com.azure.core.models.MessageContent
-
Sets the message body.
- setCaeEnabled(boolean) - Method in class com.azure.core.credential.TokenRequestContext
-
Indicates whether to enable Continuous Access Evaluation (CAE) for the requested token.
- setClaims(String) - Method in class com.azure.core.credential.TokenRequestContext
-
Set the additional claims to be included in the token.
- setConfiguration(Configuration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the configuration store that the
HttpClientwill use. - setConnectionIdleTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the duration of time before an idle connection.
- setConnectTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the connection timeout for a request to be sent.
- setContentType(String) - Method in class com.azure.core.models.MessageContent
-
Sets the content type.
- setContext(Context) - Method in class com.azure.core.http.rest.RequestOptions
-
Sets the additional context on the request that is passed during the service call.
- setContext(Context) - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Sets the context to use for sending the request using the
PollingStrategyOptions.getHttpPipeline(). - setCredentials(String, String) - Method in class com.azure.core.http.ProxyOptions
-
Set the proxy credentials.
- setData(String, Object) - Method in class com.azure.core.http.HttpPipelineCallContext
-
Stores a key-value data in the context.
- setData(String, String) - Method in class com.azure.core.util.polling.PollingContext
-
Set a key-value pair in the context.
- setDataSchema(String) - Method in class com.azure.core.models.CloudEvent
-
Set the schema that the data adheres to.
- setEnabled(boolean) - Method in class com.azure.core.util.MetricsOptions
-
Enables or disables metrics.
- setEnabled(boolean) - Method in class com.azure.core.util.TracingOptions
-
Enables or disables distributed tracing.
- setEndpoint(String) - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Sets the endpoint that will be used as prefix if the service response returns a relative path for getting the long-running operation status and final result.
- setExecutorService(ScheduledExecutorService) - Method in class com.azure.core.util.SharedExecutorService
-
Sets the backing executor service for the shared instance.
- setHeader(HttpHeaderName, String) - Method in class com.azure.core.http.HttpRequest
-
Set a request header, replacing any existing value.
- setHeader(HttpHeaderName, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Sets a header on the HTTP request.
- setHeader(String, String) - Method in class com.azure.core.http.HttpRequest
-
Deprecated.Use
HttpRequest.setHeader(HttpHeaderName, String)instead as is offers better performance. - setHeader(String, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Deprecated.Use
RequestOptions.setHeader(HttpHeaderName, String)as it provides better performance. - setHeaders(HttpHeaders) - Method in class com.azure.core.http.HttpRequest
-
Set the request headers.
- setHeaders(Iterable<Header>) - Method in class com.azure.core.util.ClientOptions
-
Sets the
Headers. - setHeaders(Iterable<Header>) - Method in class com.azure.core.util.HttpClientOptions
- setHost(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the host that will be used to build the final URL.
- setHttpClientProvider(Class<? extends HttpClientProvider>) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the type of the
HttpClientProviderimplementation that should be used to construct an instance ofHttpClient. - setHttpMethod(HttpMethod) - Method in class com.azure.core.http.HttpRequest
-
Set the request method.
- setHttpRequest(HttpRequest) - Method in class com.azure.core.http.HttpPipelineCallContext
-
Sets the HTTP request object in the context.
- setHttpRequestProgressReporter(ProgressReporter) - Method in class com.azure.core.util.Contexts
-
Adds request's
ProgressReporterinstance to theContext. - setId(String) - Method in class com.azure.core.models.CloudEvent
-
Set a custom id.
- setIfMatch(String) - Method in class com.azure.core.http.MatchConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfModifiedSince(OffsetDateTime) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime. - setIfNoneMatch(String) - Method in class com.azure.core.http.MatchConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime. - setLibraryVersion(String) - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Sets the client library version.
- setLogLevel(HttpLogDetailLevel) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the level of detail to log on Http messages.
- setMaxDelay(Duration) - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Sets the max delay duration for retry.
- setMaximumConnectionPoolSize(Integer) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the maximum connection pool size used by the underlying HTTP client.
- setMaxRetries(Integer) - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Sets the max retry attempts that can be made.
- setMetricsOptions(MetricsOptions) - Method in class com.azure.core.util.ClientOptions
-
Sets
MetricsOptionsthat are applied to each metric reported by the client. - setNonProxyHosts(String) - Method in class com.azure.core.http.ProxyOptions
-
Sets the hosts which bypass the proxy.
- setPath(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the path that will be used to build the final URL.
- setPollInterval(Duration) - Method in class com.azure.core.util.polling.PollerFlux
-
Sets the poll interval for this poller.
- setPollInterval(Duration) - Method in interface com.azure.core.util.polling.SyncPoller
-
Sets the poll interval for this poller.
- setPort(int) - Method in class com.azure.core.util.UrlBuilder
-
Set the port that will be used to build the final URL.
- setPort(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the port that will be used to build the final URL.
- setPrettyPrintBody(boolean) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Deprecated.Use
HttpLogOptions.setRequestLogger(HttpRequestLogger)andHttpLogOptions.setResponseLogger(HttpResponseLogger)to configure how requests and responses should be logged at a granular level instead. - setProofOfPossessionNonce(String) - Method in class com.azure.core.credential.ProofOfPossessionOptions
-
Sets the proof of possession nonce.
- setProofOfPossessionOptions(ProofOfPossessionOptions) - Method in class com.azure.core.credential.TokenRequestContext
-
Sets the proof of possession options.
- setProxyOptions(ProxyOptions) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the
proxy optionsthat theHttpClientwill use. - setQuery(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the query that will be used to build the final URL.
- setQueryParameter(String, String) - Method in class com.azure.core.util.UrlBuilder
-
Set the provided query parameter name and encoded value to query string for the final URL.
- setReadTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the read timeout duration used when reading the server response.
- setRemoteParent(Context) - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Sets remote parent context.
- setRequestLogger(HttpRequestLogger) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the
HttpRequestLoggerthat will be used to log HTTP requests. - setRequestMethod(HttpMethod) - Method in class com.azure.core.credential.ProofOfPossessionOptions
-
Sets the request method.
- setRequestUrl(URL) - Method in class com.azure.core.credential.ProofOfPossessionOptions
-
Sets the request URL.
- setResourceProviderNamespace(String) - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Sets the Azure namespace.
- setResponseLogger(HttpResponseLogger) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the
HttpResponseLoggerthat will be used to log HTTP responses. - setResponseTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the response timeout duration used when waiting for a server to reply.
- setSchemaUrl(String) - Method in class com.azure.core.util.LibraryTelemetryOptions
-
Sets the schema URL describing specific schema and version of the telemetry the library emits.
- setScheme(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the scheme/protocol that will be used to build the final URL.
- setScopes(List<String>) - Method in class com.azure.core.credential.TokenRequestContext
-
Sets the scopes required for the token.
- setSerializer(ObjectSerializer) - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Set the serializer to use for serializing and deserializing the request and response.
- setServiceVersion(String) - Method in class com.azure.core.util.polling.PollingStrategyOptions
-
Sets the service version that will be added as query param to each polling request and final result request URL.
- setShouldRetryCondition(Predicate<RequestRetryCondition>) - Method in class com.azure.core.http.policy.RetryOptions
-
Sets the predicate that determines if a retry should be attempted.
- setSpanName(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.not needed.
- setSpanName(String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.Sets the span name for each
tracerplugged into the SDK. - setStartTimestamp(Instant) - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Sets span start timestamp.
- setSubject(String) - Method in class com.azure.core.models.CloudEvent
-
Set the subject of the event.
- setTenantId(String) - Method in class com.azure.core.credential.TokenRequestContext
-
Set the tenant id to be used for the authentication request.
- setTime(OffsetDateTime) - Method in class com.azure.core.models.CloudEvent
-
Set the time associated with the occurrence of the event.
- setTracingOptions(TracingOptions) - Method in class com.azure.core.util.ClientOptions
-
Sets
TracingOptionsthat are applied to each tracing reported by the client. - setUrl(String) - Method in class com.azure.core.http.HttpRequest
-
Set the target address to send the request to.
- setUrl(URL) - Method in class com.azure.core.http.HttpRequest
-
Set the target address to send the request to.
- setWriteTimeout(Duration) - Method in class com.azure.core.util.HttpClientOptions
-
Sets the writing timeout for a request to be sent.
- shared(boolean) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets flag indicating that property can be provided in the shared configuration section in addition to client-specific configuration section.
- Shared Access Signature (SAS) Authentication - Search tag in package com.azure.core.credential
- Section
- SharedExecutorService - Class in com.azure.core.util
-
An
ScheduledExecutorServicethat is shared by multiple consumers. - shouldAttemptRedirect(HttpPipelineCallContext, HttpResponse, int, Set<String>) - Method in class com.azure.core.http.policy.DefaultRedirectStrategy
- shouldAttemptRedirect(HttpPipelineCallContext, HttpResponse, int, Set<String>) - Method in interface com.azure.core.http.policy.RedirectStrategy
-
Determines if the url should be redirected between each try.
- shouldLogBody() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Whether a body should be logged.
- shouldLogHeaders() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Whether headers should be logged.
- shouldLogUrl() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Whether a URL should be logged.
- shouldRetry(HttpResponse) - Method in interface com.azure.core.http.policy.RetryStrategy
-
This method is consulted to determine if a retry attempt should be made for the given
HttpResponseif the retry attempts are less thanRetryStrategy.getMaxRetries(). - shouldRetryCondition(RequestRetryCondition) - Method in class com.azure.core.http.policy.ExponentialBackoff
- shouldRetryCondition(RequestRetryCondition) - Method in class com.azure.core.http.policy.FixedDelay
- shouldRetryCondition(RequestRetryCondition) - Method in interface com.azure.core.http.policy.RetryStrategy
-
This method is consulted to determine if a retry attempt should be made for the given
RequestRetryCondition. - shouldRetryException(Throwable) - Method in interface com.azure.core.http.policy.RetryStrategy
-
This method is consulted to determine if a retry attempt should be made for the given
Throwablepropagated when the request failed to send. - shutdown() - Method in class com.azure.core.util.SharedExecutorService
-
Shutdown isn't supported for this executor service as it is shared by multiple consumers.
- shutdownNow() - Method in class com.azure.core.util.SharedExecutorService
-
Shutdown isn't supported for this executor service as it is shared by multiple consumers.
- simpleMapper() - Method in class com.azure.core.util.serializer.JacksonAdapter
-
Deprecated.deprecated, use
JacksonAdapter(BiConsumer<ObjectMapper, ObjectMapper>)constructor to configure modules. - SimpleResponse<T> - Class in com.azure.core.http.rest
-
This class represents a simple HTTP response with a strongly-typed content.
- 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
SimpleResponsefrom a response and a value. - SimpleTokenCache - Class in com.azure.core.credential
-
The Simple Token Cache offers a basic in-memory token caching mechanism.
- SimpleTokenCache(Supplier<Mono<AccessToken>>) - Constructor for class com.azure.core.credential.SimpleTokenCache
-
Creates an instance of RefreshableTokenCredential with default scheme "Bearer".
- SINGLE - Enum constant in enum com.azure.core.annotation.ReturnType
-
Single value return type.
- SOCKS4 - Enum constant in enum com.azure.core.http.ProxyOptions.Type
-
SOCKS4 proxy type.
- SOCKS5 - Enum constant in enum com.azure.core.http.ProxyOptions.Type
-
SOCKS5 proxy type.
- SPAN_BUILDER_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
StartSpanOptions.addLink(TracingLink)instead - SPAN_CONTEXT_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Contextwhich indicates that the context contains a message span context. - SpanKind - Enum in com.azure.core.util.tracing
-
Represents the tracing span type.
- SSV - Enum constant in enum com.azure.core.util.serializer.CollectionFormat
-
Space separated values.
- start(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Creates a new tracing span.
- start(String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.A new tracing span with INTERNAL kind is created for each
tracerplugged into the SDK. - start(String, Context, ProcessKind) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
Tracer.start(String, StartSpanOptions, Context)instead. - start(String, StartSpanOptions, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Creates a new tracing span.
- start(String, StartSpanOptions, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.A new tracing span is created for each
tracerplugged into the SDK. - StartSpanOptions - Class in com.azure.core.util.tracing
-
Represents span options that are available before span starts and describe it.
- StartSpanOptions(SpanKind) - Constructor for class com.azure.core.util.tracing.StartSpanOptions
-
Create start options with given kind
- StatusCheckPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Fallback polling strategy that doesn't poll but exits successfully if no other polling strategies are detected and status code is 2xx.
- StatusCheckPollingStrategy() - Constructor for class com.azure.core.util.polling.StatusCheckPollingStrategy
-
Creates a status check polling strategy with a JSON serializer.
- StatusCheckPollingStrategy(ObjectSerializer) - Constructor for class com.azure.core.util.polling.StatusCheckPollingStrategy
-
Creates a status check polling strategy with a custom object serializer.
- stream() - Method in class com.azure.core.http.HttpHeaders
-
Get a
Streamrepresentation of the HttpHeader values in this instance. - stream() - Method in class com.azure.core.util.IterableStream
-
Utility function to provide
Streamof valueT. - stream() - Method in class com.azure.core.util.paging.ContinuablePagedIterable
- streamByPage() - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Stream, one page at a time. - streamByPage(int) - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Stream, one page at a time, with each page containingpreferredPageSizeitems. - streamByPage(C) - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Stream, one page at a time, starting from the next page associated with the given continuation token. - streamByPage(C, int) - Method in class com.azure.core.util.paging.ContinuablePagedIterable
-
Retrieve the
Stream, one page at a time, with each page containingpreferredPageSizeitems, starting from the next page associated with the given continuation token. - StreamResponse - Class in com.azure.core.http.rest
-
This class represents a REST response with a streaming content.
- StreamResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>) - Constructor for class com.azure.core.http.rest.StreamResponse
-
Deprecated.
- StreamResponse(HttpResponse) - Constructor for class com.azure.core.http.rest.StreamResponse
-
Creates a
StreamResponse. - STRICT_TRANSPORT_SECURITY - Static variable in class com.azure.core.http.HttpHeaderName
-
Strict-Transport-Security/strict-transport-security - stringJoin(String, List<String>) - Static method in class com.azure.core.util.CoreUtils
-
Optimized version of
String.join(CharSequence, Iterable)when thevalueshas a small set of object. - submit(Runnable) - Method in class com.azure.core.util.SharedExecutorService
- submit(Runnable, T) - Method in class com.azure.core.util.SharedExecutorService
- submit(Callable<T>) - Method in class com.azure.core.util.SharedExecutorService
- subscribe(CoreSubscriber<? super AsyncPollResponse<T, U>>) - Method in class com.azure.core.util.polling.PollerFlux
- subscribe(CoreSubscriber<? super T>) - Method in class com.azure.core.http.rest.PagedFluxBase
-
Deprecated.Subscribe to consume all items of type
Tin the sequence respectively. - subscribe(CoreSubscriber<? super T>) - Method in class com.azure.core.util.paging.ContinuablePagedFluxCore
-
Subscribe to consume all items of type
Tin the sequence respectively. - SUCCESSFULLY_COMPLETED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
-
Represent that the long-running operation is completed successfully.
- SyncChainedPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
A synchronous polling strategy that chains multiple synchronous polling strategies, finds the first strategy that can poll the current long-running operation, and polls with that strategy.
- SyncChainedPollingStrategy(List<SyncPollingStrategy<T, U>>) - Constructor for class com.azure.core.util.polling.SyncChainedPollingStrategy
-
Creates a synchronous chained polling strategy with a list of polling strategies.
- SyncDefaultPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
The default synchronous polling strategy to use with Azure data plane services.
- SyncDefaultPollingStrategy(HttpPipeline) - Constructor for class com.azure.core.util.polling.SyncDefaultPollingStrategy
-
Creates a synchronous chained polling strategy with three known polling strategies,
SyncOperationResourcePollingStrategy,SyncLocationPollingStrategy, andSyncStatusCheckPollingStrategy, in this order, with a JSON serializer. - SyncDefaultPollingStrategy(HttpPipeline, JsonSerializer) - Constructor for class com.azure.core.util.polling.SyncDefaultPollingStrategy
-
Creates a synchronous chained polling strategy with three known polling strategies,
SyncOperationResourcePollingStrategy,SyncLocationPollingStrategy, andSyncStatusCheckPollingStrategy, in this order, with a JSON serializer. - SyncDefaultPollingStrategy(HttpPipeline, JsonSerializer, Context) - Constructor for class com.azure.core.util.polling.SyncDefaultPollingStrategy
-
Creates a synchronous chained polling strategy with three known polling strategies,
SyncOperationResourcePollingStrategy,SyncLocationPollingStrategy, andSyncStatusCheckPollingStrategy, in this order, with a JSON serializer. - SyncDefaultPollingStrategy(HttpPipeline, String, JsonSerializer, Context) - Constructor for class com.azure.core.util.polling.SyncDefaultPollingStrategy
-
Creates a synchronous chained polling strategy with three known polling strategies,
SyncOperationResourcePollingStrategy,SyncLocationPollingStrategy, andSyncStatusCheckPollingStrategy, in this order, with a JSON serializer. - SyncDefaultPollingStrategy(PollingStrategyOptions) - Constructor for class com.azure.core.util.polling.SyncDefaultPollingStrategy
-
Creates a chained polling strategy with 3 known polling strategies,
SyncOperationResourcePollingStrategy,SyncLocationPollingStrategy, andSyncStatusCheckPollingStrategy, in this order, with a custom serializer. - SyncLocationPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Implements a synchronous Location polling strategy.
- SyncLocationPollingStrategy(HttpPipeline) - Constructor for class com.azure.core.util.polling.SyncLocationPollingStrategy
-
Creates an instance of the location polling strategy using a JSON serializer.
- SyncLocationPollingStrategy(HttpPipeline, ObjectSerializer) - Constructor for class com.azure.core.util.polling.SyncLocationPollingStrategy
-
Creates an instance of the location polling strategy.
- SyncLocationPollingStrategy(HttpPipeline, ObjectSerializer, Context) - Constructor for class com.azure.core.util.polling.SyncLocationPollingStrategy
-
Creates an instance of the location polling strategy.
- SyncLocationPollingStrategy(HttpPipeline, String, ObjectSerializer, Context) - Constructor for class com.azure.core.util.polling.SyncLocationPollingStrategy
-
Creates an instance of the location polling strategy.
- SyncLocationPollingStrategy(PollingStrategyOptions) - Constructor for class com.azure.core.util.polling.SyncLocationPollingStrategy
-
Creates an instance of the location polling strategy.
- SyncOperationResourcePollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Implements a synchronous operation resource polling strategy, typically from Operation-Location.
- SyncOperationResourcePollingStrategy(HttpHeaderName, PollingStrategyOptions) - Constructor for class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- SyncOperationResourcePollingStrategy(HttpPipeline) - Constructor for class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy using a JSON serializer and "Operation-Location" as the header for polling.
- SyncOperationResourcePollingStrategy(HttpPipeline, ObjectSerializer, String) - Constructor for class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- SyncOperationResourcePollingStrategy(HttpPipeline, ObjectSerializer, String, Context) - Constructor for class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- SyncOperationResourcePollingStrategy(HttpPipeline, String, ObjectSerializer, String, Context) - Constructor for class com.azure.core.util.polling.SyncOperationResourcePollingStrategy
-
Creates an instance of the operation resource polling strategy.
- SyncPoller<T,
U> - Interface in com.azure.core.util.polling -
A type that offers API that simplifies the task of executing long-running operations against an Azure service.
- SyncPollingStrategy<T,
U> - Interface in com.azure.core.util.polling -
Represents a known strategy for polling a long-running operation in Azure.
- SyncStatusCheckPollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Fallback polling strategy that doesn't poll but exits successfully if no other polling strategies are detected and status code is 2xx.
- SyncStatusCheckPollingStrategy() - Constructor for class com.azure.core.util.polling.SyncStatusCheckPollingStrategy
-
Creates a status check polling strategy with a JSON serializer.
- SyncStatusCheckPollingStrategy(ObjectSerializer) - Constructor for class com.azure.core.util.polling.SyncStatusCheckPollingStrategy
-
Creates a status check polling strategy with a custom object serializer.
- systemPropertyName(String) - Method in class com.azure.core.util.ConfigurationPropertyBuilder
-
Sets system property name that can represent this property if explicit configuration is not set.
T
- TE - Static variable in class com.azure.core.http.HttpHeaderName
-
TE/te - TelemetryAttributes - Interface in com.azure.core.util
-
Generic attribute collection applicable to metrics, tracing and logging implementations.
- TEXT - Enum constant in enum com.azure.core.util.serializer.SerializerEncoding
-
Text.
- TimeoutPolicy - Class in com.azure.core.http.policy
-
Deprecated.Consider configuring timeouts with
HttpClientOptions. - TimeoutPolicy(Duration) - Constructor for class com.azure.core.http.policy.TimeoutPolicy
-
Deprecated.Creates a TimeoutPolicy.
- toAsynchronousByteChannel(AsynchronousFileChannel, long) - Static method in class com.azure.core.util.io.IOUtils
-
Adapts
AsynchronousFileChanneltoAsynchronousByteChannel. - toByteBuffer() - Method in class com.azure.core.util.BinaryData
-
Returns a read-only
ByteBufferrepresentation of thisBinaryData. - toBytes() - Method in class com.azure.core.util.BinaryData
-
Returns a byte array representation of this
BinaryData. - toFluxByteBuffer() - Method in class com.azure.core.util.BinaryData
-
Returns the content of this
BinaryDatainstance as a flux ofByteBuffers. - toFluxByteBuffer(InputStream) - Static method in class com.azure.core.util.FluxUtil
- toFluxByteBuffer(InputStream, int) - Static method in class com.azure.core.util.FluxUtil
- toJson(JsonWriter) - Method in class com.azure.core.models.CloudEvent
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoBoundingBox
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoCollection
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoLinearRing
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoLineString
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoLineStringCollection
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoObject
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoPoint
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoPointCollection
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoPolygon
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoPolygonCollection
- toJson(JsonWriter) - Method in class com.azure.core.models.GeoPosition
- toJson(JsonWriter) - Method in class com.azure.core.models.JsonPatchDocument
- toJson(JsonWriter) - Method in class com.azure.core.models.ResponseError
- toJson(JsonWriter) - Method in class com.azure.core.util.polling.PollOperationDetails
- TokenCredential - Interface in com.azure.core.credential
-
Token Credential interface serves as a fundamental component for managing and providing access tokens required for Azure Active Directory (Azure AD) authentication when making requests to Azure services.
- TokenCredentialTrait<T> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingTokenCredential. - TokenRequestContext - Class in com.azure.core.credential
-
The
TokenRequestContextis a class used to provide additional information and context when requesting an access token from an authentication source. - TokenRequestContext() - Constructor for class com.azure.core.credential.TokenRequestContext
-
Creates a token request instance.
- toMap() - Method in class com.azure.core.http.HttpHeaders
-
Returns a copy of the http headers as an unmodifiable
Maprepresentation of the state of the headers at the time of the toMap call. - toMono(Response<T>) - Static method in class com.azure.core.util.FluxUtil
-
Converts the incoming content to Mono.
- toObject(TypeReference<T>) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the defaultJsonSerializer. - toObject(TypeReference<T>, ObjectSerializer) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the passedObjectSerializer. - toObject(Class<T>) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the defaultJsonSerializer. - toObject(Class<T>, ObjectSerializer) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the passedObjectSerializer. - toObjectAsync(TypeReference<T>) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the defaultJsonSerializer. - toObjectAsync(TypeReference<T>, ObjectSerializer) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the passedObjectSerializer. - toObjectAsync(Class<T>) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the defaultJsonSerializer. - toObjectAsync(Class<T>, ObjectSerializer) - Method in class com.azure.core.util.BinaryData
-
Returns an
Objectrepresentation of thisBinaryDataby deserializing its data using the passedObjectSerializer. - TooManyRedirectsException - Exception Class in com.azure.core.exception
-
The
TooManyRedirectsExceptionrepresents an exception thrown when an HTTP request has reached the maximum number of redirect attempts. - TooManyRedirectsException(String, HttpResponse) - Constructor for exception class com.azure.core.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- TooManyRedirectsException(String, HttpResponse, Object) - Constructor for exception class com.azure.core.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- TooManyRedirectsException(String, HttpResponse, Throwable) - Constructor for exception class com.azure.core.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- toProxyType() - Method in enum com.azure.core.http.ProxyOptions.Type
-
Get the
Proxy.Typeequivalent of this type. - toReactorContext(Context) - Static method in class com.azure.core.util.FluxUtil
-
Converts an Azure context to Reactor context.
- toReplayableBinaryData() - Method in class com.azure.core.util.BinaryData
-
Converts the
BinaryDatainto aBinaryDatathat is replayable, i.e. content can be consumed repeatedly using all accessors includingBinaryData.toStream()andBinaryData.toFluxByteBuffer() - toReplayableBinaryDataAsync() - Method in class com.azure.core.util.BinaryData
-
Converts the
BinaryDatainto aBinaryDatathat is replayable, i.e. content can be consumed repeatedly using all accessors includingBinaryData.toStream()andBinaryData.toFluxByteBuffer() - toRfc1123String(OffsetDateTime) - Static method in class com.azure.core.util.DateTimeRfc1123
-
Convert the
dateTimeto date time string in RFC1123 format. - toStream() - Method in class com.azure.core.util.BinaryData
-
Returns an
InputStreamrepresentation of thisBinaryData. - toString() - Method in class com.azure.core.http.HttpAuthorization
- toString() - Method in class com.azure.core.http.HttpHeaders
- toString() - Method in class com.azure.core.http.HttpRange
-
Gets the string representation of the range.
- toString() - Method in class com.azure.core.models.GeoBoundingBox
- toString() - Method in class com.azure.core.models.GeoPosition
- toString() - Method in class com.azure.core.models.JsonPatchDocument
-
Gets a formatted JSON string representation of this JSON Patch document.
- toString() - Method in class com.azure.core.util.Base64Url
- toString() - Method in class com.azure.core.util.BinaryData
-
Returns a
Stringrepresentation of thisBinaryDataby converting its data using the UTF-8 character set. - toString() - Method in class com.azure.core.util.DateTimeRfc1123
- toString() - Method in class com.azure.core.util.ETag
- toString() - Method in class com.azure.core.util.ExpandableStringEnum
- toString() - Method in class com.azure.core.util.Header
-
Gets the String representation of the header.
- toString() - Method in class com.azure.core.util.UrlBuilder
-
Get the string representation of the URL that is being built.
- toUrl() - Method in class com.azure.core.util.UrlBuilder
-
Get the URL that is being built.
- toUserAgentString(String, String, String, Configuration) - Static method in class com.azure.core.util.UserAgentUtil
-
Return user agent string for the given sdk name and version.
- TRACE - Enum constant in enum com.azure.core.http.HttpMethod
-
The HTTP TRACE method.
- TRACEPARENT - Static variable in class com.azure.core.http.HttpHeaderName
-
traceparent - tracer(Tracer) - Method in class com.azure.core.http.HttpPipelineBuilder
-
Sets the Tracer to trace logical and HTTP calls.
- Tracer - Interface in com.azure.core.util.tracing
-
Contract that all tracers must implement to be pluggable into the SDK.
- TracerProvider - Interface in com.azure.core.util.tracing
-
Resolves and provides
Tracerimplementation. - TracerProxy - Class in com.azure.core.util.tracing
-
Deprecated.use
TracerProvider - TracingLink - Class in com.azure.core.util.tracing
-
Represents tracing link that connects one trace to another.
- TracingLink(Context) - Constructor for class com.azure.core.util.tracing.TracingLink
-
Creates link traces without attributes
- TracingLink(Context, Map<String, Object>) - Constructor for class com.azure.core.util.tracing.TracingLink
-
Creates link with attributes.
- TracingOptions - Class in com.azure.core.util
-
Tracing configuration options for clients.
- TracingOptions() - Constructor for class com.azure.core.util.TracingOptions
-
Creates new instance of
TracingOptions - TracingOptions(Class<? extends TracerProvider>) - Constructor for class com.azure.core.util.TracingOptions
-
Creates new instance of
TracingOptions - TRAILER - Static variable in class com.azure.core.http.HttpHeaderName
-
Trailer/trailer - transfer(ReadableByteChannel, WritableByteChannel) - Static method in class com.azure.core.util.io.IOUtils
-
Transfers bytes from
ReadableByteChanneltoWritableByteChannel. - transfer(ReadableByteChannel, WritableByteChannel, Long) - Static method in class com.azure.core.util.io.IOUtils
-
Transfers bytes from
ReadableByteChanneltoWritableByteChannel. - TRANSFER_ENCODING - Static variable in class com.azure.core.http.HttpHeaderName
-
Transfer-Encoding/transfer-encoding - transferAsync(ReadableByteChannel, AsynchronousByteChannel) - Static method in class com.azure.core.util.io.IOUtils
-
Transfers bytes from
ReadableByteChanneltoAsynchronousByteChannel. - transferAsync(ReadableByteChannel, AsynchronousByteChannel, Long) - Static method in class com.azure.core.util.io.IOUtils
-
Transfers bytes from
ReadableByteChanneltoAsynchronousByteChannel. - transferStreamResponseToAsynchronousByteChannel(AsynchronousByteChannel, StreamResponse, BiFunction<Throwable, Long, Mono<StreamResponse>>, ProgressReporter, int) - Static method in class com.azure.core.util.io.IOUtils
-
Transfers the
StreamResponsecontent toAsynchronousByteChannel. - Troubleshooting - Search tag in Overview
- Section
- TSV - Enum constant in enum com.azure.core.util.serializer.CollectionFormat
-
Tab separated values.
- TypeReference<T> - Class in com.azure.core.util.serializer
-
This class represents a generic Java type, retaining information about generics.
- TypeReference() - Constructor for class com.azure.core.util.serializer.TypeReference
-
Constructs a new
TypeReferencewhich maintains generic information.
U
- UnexpectedLengthException - Exception Class in com.azure.core.exception
-
The
UnexpectedLengthExceptionrepresents an exception thrown when the specified input length doesn't match the actual data length. - UnexpectedLengthException(String, long, long) - Constructor for exception class com.azure.core.exception.UnexpectedLengthException
-
Constructor of the UnexpectedLengthException.
- UnexpectedResponseExceptionType - Annotation Type in com.azure.core.annotation
-
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.annotation
-
The
Repeatablecontainer annotation forUnexpectedResponseExceptionType. - unwrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
-
Decrypts the specified encrypted key using the specified algorithm.
- unwrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.KeyEncryptionKey
-
Decrypts the specified encrypted key using the specified algorithm.
- update(String) - Method in class com.azure.core.credential.AzureKeyCredential
-
Rotates the key associated to this credential.
- update(String) - Method in class com.azure.core.credential.AzureSasCredential
-
Rotates the shared access signature associated to this credential.
- update(String) - Method in class com.azure.core.credential.KeyCredential
-
Rotates the key associated to this credential.
- update(String, String) - Method in class com.azure.core.credential.AzureNamedKeyCredential
-
Rotates the
nameandkeyassociated to this credential. - UPGRADE - Static variable in class com.azure.core.http.HttpHeaderName
-
Upgrade/upgrade - UrlBuilder - Class in com.azure.core.util
-
A builder class that is used to create URLs.
- UrlBuilder() - Constructor for class com.azure.core.util.UrlBuilder
-
Creates a new instance of
UrlBuilder. - USER_AGENT - Static variable in class com.azure.core.http.HttpHeaderName
-
User-Agent/user-agent - USER_CANCELLED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
-
Represents that the long-running operation is cancelled by user, however this is still considered as complete long-running operation.
- USER_SPAN_NAME_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.please pass span name to Tracer.start methods.
- UserAgentPolicy - Class in com.azure.core.http.policy
-
The
UserAgentPolicyclass is an implementation of theHttpPipelinePolicyinterface. - UserAgentPolicy() - Constructor for class com.azure.core.http.policy.UserAgentPolicy
-
Creates a
UserAgentPolicywith a default user agent string. - UserAgentPolicy(String) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
-
Creates a UserAgentPolicy with
userAgentas the header value. - UserAgentPolicy(String, String, Configuration, ServiceVersion) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
-
Deprecated.
- UserAgentPolicy(String, String, String, Configuration) - Constructor for class com.azure.core.http.policy.UserAgentPolicy
-
Creates a UserAgentPolicy with the
sdkNameandsdkVersionin the User-Agent header value. - UserAgentProperties - Class in com.azure.core.util
-
Class to hold the properties used in user agent strings.
- UserAgentUtil - Class in com.azure.core.util
-
Utility for building user agent string for Azure client libraries as specified in the design guidelines.
V
- validateAndGetRetryPolicy(HttpPipelinePolicy, RetryOptions) - Static method in class com.azure.core.util.builder.ClientBuilderUtil
-
This method validates that customized
retry policyand customizedRetryOptionsare mutually exclusive. - validateAndGetRetryPolicy(HttpPipelinePolicy, RetryOptions, HttpPipelinePolicy) - Static method in class com.azure.core.util.builder.ClientBuilderUtil
-
This method validates that customized
retry policyand customizedRetryOptionsare mutually exclusive. - value() - Element in annotation type com.azure.core.annotation.BodyParam
-
Gets the Content-Type for the body.
- value() - Element in annotation type com.azure.core.annotation.Delete
-
Get the relative path of the annotated method's DELETE URL.
- value() - Element in annotation type com.azure.core.annotation.ExpectedResponses
-
The status code that will trigger that an error of type errorType should be returned.
- value() - Element in annotation type com.azure.core.annotation.FormParam
-
Gets the name of the key in a key-value pair as part of the form data.
- value() - Element in annotation type com.azure.core.annotation.Get
-
Get the relative path of the annotated method's GET URL.
- value() - Element in annotation type com.azure.core.annotation.Head
-
Get the relative path of the annotated method's HEAD URL.
- value() - Element in annotation type com.azure.core.annotation.HeaderCollection
-
The header collection prefix.
- value() - Element in annotation type com.azure.core.annotation.HeaderParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Element in annotation type com.azure.core.annotation.Headers
-
List of static headers.
- value() - Element in annotation type com.azure.core.annotation.Host
-
Get the protocol/scheme, host, and optional port number in a single string.
- value() - Element in annotation type com.azure.core.annotation.HostParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Element in annotation type com.azure.core.annotation.Options
-
Get the relative path of the annotated method's OPTIONS URL.
- value() - Element in annotation type com.azure.core.annotation.Patch
-
Get the relative path of the annotated method's PATCH URL.
- value() - Element in annotation type com.azure.core.annotation.PathParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Element in annotation type com.azure.core.annotation.Post
-
Get the relative path of the annotated method's POST URL.
- value() - Element in annotation type com.azure.core.annotation.Put
-
Get the relative path of the annotated method's PUT URL.
- value() - Element in annotation type com.azure.core.annotation.QueryParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Element in annotation type com.azure.core.annotation.ReturnValueWireType
-
The type that the service interface method's return value will be converted from.
- value() - Element in annotation type com.azure.core.annotation.UnexpectedResponseExceptionType
-
The type of HttpResponseException that should be thrown/returned when the API returns an unrecognized status code.
- value() - Element in annotation type com.azure.core.annotation.UnexpectedResponseExceptionTypes
-
Gets an array of
UnexpectedResponseExceptionTypethat annotate a method. - valueOf(String) - Static method in enum com.azure.core.annotation.ReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.annotation.ServiceClientProtocol
-
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.HttpPipelinePosition
-
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.
- valueOf(String) - Static method in enum com.azure.core.util.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.serializer.CollectionFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.serializer.SerializerEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.tracing.ProcessKind
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.tracing.SpanKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.core.annotation.ReturnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.annotation.ServiceClientProtocol
-
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.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.HttpPipelinePosition
-
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() - Static method in class com.azure.core.models.GeoObjectType
-
Gets all known GeoObjectType values.
- values() - Static method in enum com.azure.core.util.logging.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.util.serializer.CollectionFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.util.serializer.SerializerEncoding
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.util.tracing.ProcessKind
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.util.tracing.SpanKind
-
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.
- VARY - Static variable in class com.azure.core.http.HttpHeaderName
-
Vary/vary - verbose(String) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a message at
verboselog level. - verbose(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a format-able message that uses
{}as the placeholder atverboselog level. - VERBOSE - Enum constant in enum com.azure.core.util.logging.LogLevel
-
Indicates that log level is at verbose level.
- VIA - Static variable in class com.azure.core.http.HttpHeaderName
-
Via/via
W
- waitForCompletion() - Method in interface com.azure.core.util.polling.SyncPoller
-
Wait for polling to complete.
- waitForCompletion(Duration) - Method in interface com.azure.core.util.polling.SyncPoller
-
Wait for polling to complete with a timeout.
- waitUntil(LongRunningOperationStatus) - Method in interface com.azure.core.util.polling.SyncPoller
-
Wait for the given
LongRunningOperationStatusto receive. - waitUntil(Duration, LongRunningOperationStatus) - Method in interface com.azure.core.util.polling.SyncPoller
-
Wait for the given
LongRunningOperationStatuswith a timeout. - warning(String) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a message at
warninglog level. - warning(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a format-able message that uses
{}as the placeholder atwarninglog level. - WARNING - Enum constant in enum com.azure.core.util.logging.LogLevel
-
Indicates that log level is at warning level.
- WARNING - Static variable in class com.azure.core.http.HttpHeaderName
-
Warning/warning - with(Context) - Static method in class com.azure.core.util.Contexts
- withContext(Function<Context, Mono<T>>) - Static method in class com.azure.core.util.FluxUtil
-
This method converts the incoming
deferContextualfromReactor ContexttoAzure Contextand calls the given lambda function with this context and returns a single entity of typeT - withContext(Function<Context, Mono<T>>, Map<String, String>) - Static method in class com.azure.core.util.FluxUtil
-
This method converts the incoming
deferContextualfromReactor ContexttoAzure Context, adds the specified context attributes and calls the given lambda function with this context and returns a single entity of typeT - withProgressListener(ProgressListener) - Static method in class com.azure.core.util.ProgressReporter
-
Creates a
ProgressReporterthat notifiesProgressListener. - wrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
-
Encrypts the specified key using the specified algorithm.
- wrapKey(String, byte[]) - Method in interface com.azure.core.cryptography.KeyEncryptionKey
-
Encrypts the specified key using the specified algorithm.
- writeBodyTo(WritableByteChannel) - Method in class com.azure.core.http.HttpResponse
-
Transfers body bytes to the
WritableByteChannel. - writeBodyToAsync(AsynchronousByteChannel) - Method in class com.azure.core.http.HttpResponse
-
Transfers body bytes to the
AsynchronousByteChannel. - writeFile(Flux<ByteBuffer>, AsynchronousFileChannel) - Static method in class com.azure.core.util.FluxUtil
- writeFile(Flux<ByteBuffer>, AsynchronousFileChannel, long) - Static method in class com.azure.core.util.FluxUtil
-
Writes the
ByteBuffersemitted by aFluxofByteBufferto anAsynchronousFileChannelstarting at the givenpositionin the file. - writeTo(JsonWriter) - Method in class com.azure.core.util.BinaryData
-
Writes the contents of this
BinaryDatato the givenJsonWriter. - writeTo(OutputStream) - Method in class com.azure.core.util.BinaryData
-
Writes the contents of this
BinaryDatato the givenOutputStream. - writeTo(AsynchronousByteChannel) - Method in class com.azure.core.util.BinaryData
-
Writes the contents of this
BinaryDatato the givenAsynchronousByteChannel. - writeTo(WritableByteChannel) - Method in class com.azure.core.util.BinaryData
-
Writes the contents of this
BinaryDatato the givenWritableByteChannel. - writeToAsynchronousByteChannel(Flux<ByteBuffer>, AsynchronousByteChannel) - Static method in class com.azure.core.util.FluxUtil
- writeToOutputStream(Flux<ByteBuffer>, OutputStream) - Static method in class com.azure.core.util.FluxUtil
- writeToWritableByteChannel(Flux<ByteBuffer>, WritableByteChannel) - Static method in class com.azure.core.util.FluxUtil
- writeValueTo(WritableByteChannel) - Method in class com.azure.core.http.rest.StreamResponse
-
Transfers content bytes to the
WritableByteChannel. - writeValueToAsync(AsynchronousByteChannel) - Method in class com.azure.core.http.rest.StreamResponse
-
Transfers content bytes to the
AsynchronousByteChannel. - WWW_AUTHENTICATE - Static variable in class com.azure.core.http.HttpHeaderName
-
WWW-Authenticate/www-authenticate - WWW_AUTHENTICATE - Static variable in class com.azure.core.util.AuthorizationChallengeHandler
-
Header representing a server requesting authentication.
X
- X_MS_CLIENT_ID - Static variable in class com.azure.core.http.HttpHeaderName
-
x-ms-client-request-id - X_MS_CLIENT_REQUEST_ID - Static variable in class com.azure.core.http.HttpHeaderName
-
x-ms-client-request-id - X_MS_DATE - Static variable in class com.azure.core.http.HttpHeaderName
-
x-ms-date - X_MS_REQUEST_ID - Static variable in class com.azure.core.http.HttpHeaderName
-
x-ms-request-id - X_MS_RETRY_AFTER_MS - Static variable in class com.azure.core.http.HttpHeaderName
-
x-ms-retry-after-ms - XML - Enum constant in enum com.azure.core.util.serializer.SerializerEncoding
-
Extensible Markup Language.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
HttpHeaders.add(HttpHeaderName, String)as it provides better performance.