Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSOLUTE_EXPIRY_TIME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
An absolute time when this message is considered to be expired.
- 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 - ACCEPTED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
ACCEPTED.
- ACCEPTED - Static variable in class com.azure.core.amqp.models.DeliveryState
-
Indicates successful processing at the receiver.
- 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 - 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.
- ACTIVE - Enum constant in enum com.azure.core.amqp.AmqpEndpointState
-
The endpoint is active.
- 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
-
Adds a
headerwith the given name and value if a header with that name doesn't already exist, otherwise adds thevalueto the existing header. - 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
-
Sets the given allowed header to 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 pipeline policy that adds a "Date" header in RFC 1123 format when sending an HTTP request.
- 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(String, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Adds a header to the HTTP request.
- 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 pipeline policy that adds a particular set of headers to HTTP requests.
- AddHeadersPolicy(HttpHeaders) - Constructor for class com.azure.core.http.policy.AddHeadersPolicy
-
Creates a AddHeadersPolicy.
- 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.
- 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 - AMBIGUOUS - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
AMBIGUOUS.
- AMQP - Enum constant in enum com.azure.core.amqp.AmqpTransportType
-
AMQP over TCP.
- AMQP - Enum constant in enum com.azure.core.annotation.ServiceClientProtocol
-
AMQP protocol.
- AMQP_WEB_SOCKETS - Enum constant in enum com.azure.core.amqp.AmqpTransportType
-
AMQP over Web Sockets.
- AmqpAddress - Class in com.azure.core.amqp.models
-
This represents amqp address information.
- AmqpAddress(String) - Constructor for class com.azure.core.amqp.models.AmqpAddress
-
Creates the
AmqpAddresswith givenaddress. - AmqpAnnotatedMessage - Class in com.azure.core.amqp.models
-
The representation of message as defined by AMQP protocol.
- AmqpAnnotatedMessage(AmqpMessageBody) - Constructor for class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Creates instance of
AmqpAnnotatedMessagewith givenAmqpMessageBody. - AmqpClientOptions - Class in com.azure.core.amqp
-
General configuration options for AMQP clients.
- AmqpClientOptions() - Constructor for class com.azure.core.amqp.AmqpClientOptions
- AmqpConnection - Interface in com.azure.core.amqp
-
Represents a TCP connection between the client and a service that uses the AMQP protocol.
- AmqpEndpointState - Enum in com.azure.core.amqp
-
Represents a state for a connection, session, or link.
- AmqpErrorCondition - Enum in com.azure.core.amqp.exception
-
Contains constants common to the AMQP protocol and constants shared by Azure services.
- AmqpErrorContext - Class in com.azure.core.amqp.exception
- AmqpErrorContext(String) - Constructor for class com.azure.core.amqp.exception.AmqpErrorContext
-
Creates a new instance with the provided
namespace. - AmqpErrorContext(String, Map<String, Object>) - Constructor for class com.azure.core.amqp.exception.AmqpErrorContext
-
Creates a new instance with the provided
namespace. - AmqpException - Exception in com.azure.core.amqp.exception
-
General exception for AMQP related failures.
- AmqpException(boolean, AmqpErrorCondition, String, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
-
Initializes a new instance of the AmqpException class.
- AmqpException(boolean, AmqpErrorCondition, String, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
-
Initializes a new instance of the AmqpException class.
- AmqpException(boolean, AmqpErrorCondition, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
-
Initializes a new instance of the AmqpException class.
- AmqpException(boolean, String, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
-
Initializes a new instance of the AmqpException class.
- AmqpException(boolean, String, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
-
Initializes a new instance of the AmqpException class.
- AmqpLink - Interface in com.azure.core.amqp
-
Represents a unidirectional AMQP link.
- AmqpManagementNode - Interface in com.azure.core.amqp
-
An AMQP endpoint that allows users to perform management and metadata operations on it.
- AmqpMessageBody - Class in com.azure.core.amqp.models
-
This class encapsulates the body of a message.
- AmqpMessageBodyType - Enum in com.azure.core.amqp.models
-
Represents all valid
AmqpMessageBodyTypefor an AMQP Message. - AmqpMessageConstant - Enum in com.azure.core.amqp
-
Reserved well-known constants from AMQP protocol.
- AmqpMessageHeader - Class in com.azure.core.amqp.models
-
The representation of message header as defined by AMQP protocol.
- AmqpMessageId - Class in com.azure.core.amqp.models
-
This represents Message id.
- AmqpMessageId(String) - Constructor for class com.azure.core.amqp.models.AmqpMessageId
-
Creates the
AmqpMessageIdwith givenmessageId. - AmqpMessageProperties - Class in com.azure.core.amqp.models
-
The representation of message properties as defined by AMQP protocol.
- AmqpResponseCode - Enum in com.azure.core.amqp.exception
-
Error response codes returned from AMQP.
- AmqpRetryMode - Enum in com.azure.core.amqp
-
The type of approach to apply when calculating the delay between retry attempts.
- AmqpRetryOptions - Class in com.azure.core.amqp
-
A set of options that can be specified to influence how retry attempts are made.
- AmqpRetryOptions() - Constructor for class com.azure.core.amqp.AmqpRetryOptions
-
Creates an instance with the default retry options set.
- AmqpRetryOptions(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.AmqpRetryOptions
-
Creates an instance configured with
retryOptions. - AmqpRetryPolicy - Class in com.azure.core.amqp
-
An abstract representation of a policy to govern retrying of messaging operations.
- AmqpRetryPolicy(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.AmqpRetryPolicy
-
Creates an instance with the given retry options.
- AmqpSession - Interface in com.azure.core.amqp
-
An AMQP session representing bidirectional communication that supports multiple
AMQP links. - AmqpShutdownSignal - Class in com.azure.core.amqp
-
Represents a signal that caused the AMQP connection to shutdown.
- AmqpShutdownSignal(boolean, boolean, String) - Constructor for class com.azure.core.amqp.AmqpShutdownSignal
-
Creates a new instance of the AmqpShutdownSignal.
- AmqpTrait<T extends AmqpTrait<T>> - Interface in com.azure.core.amqp.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for configuration of AMQP-specific settings. - AmqpTransaction - Class in com.azure.core.amqp
-
Represents transaction in message broker.
- AmqpTransaction(ByteBuffer) - Constructor for class com.azure.core.amqp.AmqpTransaction
-
Creates
AmqpTransactiongiventransactionId. - AmqpTransactionCoordinator - Interface in com.azure.core.amqp
-
Provides an API to manage AMQP transaction on the message broker.
- AmqpTransportType - Enum in com.azure.core.amqp
-
All TransportType switches available for 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.
- ARGUMENT_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
One or more arguments supplied to the method are invalid.
- ARGUMENT_OUT_OF_RANGE_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
One or more arguments supplied to the method are invalid.
- 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
-
A key which is used to asynchronously encrypt, or wrap, another key.
- 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. - 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. - 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. - authorize(String, String) - Method in interface com.azure.core.amqp.ClaimsBasedSecurityNode
-
Authorizes the caller with the CBS node to access resources for the
audience. - 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.
- 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_REQUEST_HTTP_HEADERS_KEY - Static variable in class com.azure.core.http.policy.AddHeadersFromContextPolicy
-
Key used to override headers in HttpRequest.
- AzureException - Exception in com.azure.core.exception
-
The base Azure exception.
- AzureException() - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String) - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String, Throwable) - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String, Throwable, boolean, boolean) - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(Throwable) - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureKeyCredential - Class in com.azure.core.credential
-
Represents a credential that uses a key to authenticate to an Azure Service.
- 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
-
Pipeline policy that uses an
AzureKeyCredentialto set the authorization key for a request. - 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. - AzureKeyCredentialTrait<T extends 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
-
Represents a credential with a key name and the key and uses the key to authenticate to an Azure Service.
- AzureNamedKeyCredential(String, String) - Constructor for class com.azure.core.credential.AzureNamedKeyCredential
-
Creates a credential with specified
namethat authorizes request with the givenkey. - AzureNamedKeyCredentialTrait<T extends 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
-
Pipeline policy that uses an
AzureSasCredentialto set the shared access signature for a request. - 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 extends AzureSasCredentialTrait<T>> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingAzureSasCredential.
B
- BAD_GATEWAY - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
BAD_GATEWAY.
- BAD_REQUEST - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
BAD_REQUEST.
- 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.amqp.ProxyAuthenticationType
-
Authenticates against proxy with basic authentication scheme.
- 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
-
Basic Auth credentials for use with a REST Service Client.
- 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 pipeline policy that applies a token credential to an HTTP request with "Bearer" scheme.
- BearerTokenAuthenticationPolicy(TokenCredential, String...) - Constructor for class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
Creates BearerTokenAuthenticationPolicy.
- 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.
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(int, Duration, Duration, ThreadLocalRandom) - Method in class com.azure.core.amqp.AmqpRetryPolicy
-
Calculates the amount of time to delay before the next retry attempt based on the
retryCount,baseDelay, andbaseJitter. - calculateRetryDelay(int, Duration, Duration, ThreadLocalRandom) - Method in class com.azure.core.amqp.ExponentialAmqpRetryPolicy
-
Calculates the retry delay using exponential backoff.
- calculateRetryDelay(int, Duration, Duration, ThreadLocalRandom) - Method in class com.azure.core.amqp.FixedAmqpRetryPolicy
-
Calculates the delay for a fixed backoff.
- calculateRetryDelay(Throwable, int) - Method in class com.azure.core.amqp.AmqpRetryPolicy
-
Calculates the amount of time to delay before the next retry attempt.
- 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
- CbsAuthorizationType - Class in com.azure.core.amqp.models
-
An enumeration of supported authorization methods with the
ClaimsBasedSecurityNode. - CbsAuthorizationType() - Constructor for class com.azure.core.amqp.models.CbsAuthorizationType
-
Deprecated.Use one of the constants or the
ExpandableStringEnum.fromString(String, Class)factory method. - 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.
- ClaimsBasedSecurityNode - Interface in com.azure.core.amqp
-
Claims-based security (CBS) node that authorizes connections with AMQP services.
- 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 in com.azure.core.exception
-
The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.
- ClientAuthenticationException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
-
Initializes a new instance of the
ClientAuthenticationExceptionclass. - ClientAuthenticationException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
-
Initializes a new instance of the
ClientAuthenticationExceptionclass. - ClientAuthenticationException(String, HttpResponse, Throwable) - Constructor for exception 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.amqp.client.traits.AmqpTrait
-
Allows for setting common properties such as application ID, headers, etc.
- 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 interface com.azure.core.amqp.ClaimsBasedSecurityNode
-
Closes session to the claims-based security node.
- close() - Method in class com.azure.core.amqp.ProxyOptions
-
Disposes of the configuration along with potential credentials.
- 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.amqp.AmqpConnection
-
Disposes of the AMQP connection.
- closeAsync() - Method in interface com.azure.core.amqp.AmqpLink
-
Disposes of the AMQP link.
- closeAsync() - Method in interface com.azure.core.amqp.AmqpSession
- closeAsync() - Method in interface com.azure.core.amqp.ClaimsBasedSecurityNode
- closeAsync() - Method in interface com.azure.core.util.AsyncCloseable
-
Begins the close operation.
- CLOSED - Enum constant in enum com.azure.core.amqp.AmqpEndpointState
-
The endpoint is closed.
- 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.amqp - package com.azure.core.amqp
-
Package containing classes common to AMQP protocol.
- com.azure.core.amqp.client.traits - package com.azure.core.amqp.client.traits
-
This package contains interfaces that represent common cross-cutting (and AMQP-related) aspects of functionality offered by libraries in the Azure SDK for Java.
- com.azure.core.amqp.exception - package com.azure.core.amqp.exception
-
Package containing classes related to AMQP exceptions.
- com.azure.core.amqp.models - package com.azure.core.amqp.models
-
Package containing classes related to AMQP models classes.
- com.azure.core.annotation - package com.azure.core.annotation
-
Package containing annotations for client side methods that maps to REST APIs.
- 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
-
Package containing basic credential classes for authentication purposes.
- com.azure.core.cryptography - package com.azure.core.cryptography
-
Package containing core cryptography interfaces.
- com.azure.core.exception - package com.azure.core.exception
-
Package containing core exception classes.
- com.azure.core.http - package com.azure.core.http
-
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
- com.azure.core.http.policy - package com.azure.core.http.policy
-
Package containing HttpPipelinePolicy interface and its implementations.
- com.azure.core.http.rest - package com.azure.core.http.rest
-
Package containing REST-related APIs.
- com.azure.core.models - package com.azure.core.models
-
Package containing core model classes.
- 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
-
Package containing API for long running operations.
- 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.
- commitTransaction(AmqpTransaction) - Method in interface com.azure.core.amqp.AmqpSession
-
Commit the transaction on the message broker.
- 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<T extends ConfigurationTrait<T>> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for settingConfiguration. - CONFLICT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
CONFLICT.
- 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 - CONNECTION_FORCED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
An operator intervened to close the connection for some reason.
- CONNECTION_FRAMING_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
A connection error occurred.
- CONNECTION_REDIRECT - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The container is no longer available on the current connection.
- connectionString(String) - Method in interface com.azure.core.client.traits.ConnectionStringTrait
-
Sets the connection string to connect to the service.
- ConnectionStringTrait<T extends 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 - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The content-encoding property is used as a modifier to the content-type.
- 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 - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The RFC-2046 MIME type for the message's application-data section (body).
- CONTENT_TYPE - Static variable in class com.azure.core.http.HttpHeaderName
-
Content-Type/content-type - ContentType - Class in com.azure.core.http
-
The different values that commonly used for Content-Type header.
- 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, P extends ContinuablePage<C, T>> - Class in com.azure.core.util.paging -
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, P extends ContinuablePage<C, T>> - Class in com.azure.core.util.paging -
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, P extends ContinuablePage<C, T>> - Class in com.azure.core.util.paging - 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. - CONTINUE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
CONTINUE.
- 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 pipeline policy that which stores cookies based on the response "Set-Cookie" header and adds cookies to requests.
- CookiePolicy() - Constructor for class com.azure.core.http.policy.CookiePolicy
-
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.
- CORRELATION_ID - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
This is a client-specific id that can be used to mark or identify messages between clients.
- 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. - createConsumer(String, String, Duration, AmqpRetryPolicy) - Method in interface com.azure.core.amqp.AmqpSession
-
Creates a new AMQP link that consumes events from the message broker.
- CREATED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
CREATED.
- 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(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.
- createProducer(String, String, Duration, AmqpRetryPolicy) - Method in interface com.azure.core.amqp.AmqpSession
-
Creates a new AMQP link that publishes events to the message broker.
- 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. - createSession(String) - Method in interface com.azure.core.amqp.AmqpConnection
-
Creates a new session with the given session name.
- createTracer(String, String, String, TracingOptions) - Method in interface com.azure.core.util.tracing.TracerProvider
-
Creates named and versioned tracer instance.
- createTransaction() - Method in interface com.azure.core.amqp.AmqpSession
-
Creates the transaction on the message broker.
- CREATION_TIME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
An absolute time when this message was created.
- 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(TokenCredential) - Method in interface com.azure.core.client.traits.TokenCredentialTrait
-
Sets the
TokenCredentialused to authorize requests sent to the service. - CSV - Enum constant in enum com.azure.core.util.serializer.CollectionFormat
-
Comma separated values.
D
- DATA - Enum constant in enum com.azure.core.amqp.models.AmqpMessageBodyType
-
Message content is byte array, equivalent to AMQP Data.
- 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.
- DEAD_LETTER_DESCRIPTION_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identifier for deadletter description.
- DEAD_LETTER_REASON_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identifier for deadletter reason.
- DEAD_LETTER_SOURCE_KEY_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identifier for deadletter source.
- declare() - Method in interface com.azure.core.amqp.AmqpTransactionCoordinator
-
This creates the transaction on the message broker.
- 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 in com.azure.core.exception
-
Error raised during response deserialization.
- DecodeException(String, HttpResponse) - Constructor for exception com.azure.core.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- DecodeException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- DecodeException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- 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. - DefaultRedirectStrategy - Class in com.azure.core.http.policy
-
A default implementation of
RedirectStrategythat uses the provided maximum retry attempts, header name to look up redirect url value for, http methods and a known set of redirect status response codes (301, 302, 307, 308) to determine if request should be redirected. - 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.
- DeliveryOutcome - Class in com.azure.core.amqp.models
-
Outcomes accepted by the AMQP protocol layer.
- DeliveryOutcome(DeliveryState) - Constructor for class com.azure.core.amqp.models.DeliveryOutcome
-
Creates an instance of the delivery outcome with its state.
- DeliveryState - Class in com.azure.core.amqp.models
-
States for a message delivery.
- DeliveryState() - Constructor for class com.azure.core.amqp.models.DeliveryState
-
Deprecated.Use one of the constants or the
ExpandableStringEnum.fromString(String, Class)factory 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. - DIGEST - Enum constant in enum com.azure.core.amqp.ProxyAuthenticationType
-
Authenticates against proxy with digest access authentication.
- 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. - discharge(AmqpTransaction, boolean) - Method in interface com.azure.core.amqp.AmqpTransactionCoordinator
-
This completes the transaction on the message broker.
- DoubleHistogram - Interface in com.azure.core.util.metrics
-
A histogram instrument that records
longvalues.
E
- empty() - Static method in class com.azure.core.util.Contexts
- 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 the current tracing span for AMQP calls.
- endpoint(String) - Method in interface com.azure.core.client.traits.EndpointTrait
-
Sets the service endpoint that will be connected to by clients.
- EndpointTrait<T extends EndpointTrait<T>> - Interface in com.azure.core.client.traits
-
An
Azure SDK for Java traitproviding a consistent interface for setting service endpoints. - ENQUEUED_SEQUENCE_NUMBER_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The name representing enqueue sequence number.
- ENQUEUED_TIME_UTC_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The date and time, in UTC, that a message was enqueued.
- ENTITY_ALREADY_EXISTS - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Error condition when a subscription client tries to create a rule with the name of an already existing rule.
- ENTITY_DISABLED_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Request for a runtime operation on a disabled entity.
- 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.amqp.AmqpRetryOptions
- equals(Object) - Method in class com.azure.core.amqp.AmqpRetryPolicy
- equals(Object) - Method in class com.azure.core.amqp.ExponentialAmqpRetryPolicy
- equals(Object) - Method in class com.azure.core.amqp.FixedAmqpRetryPolicy
- equals(Object) - Method in class com.azure.core.amqp.models.AmqpAddress
- equals(Object) - Method in class com.azure.core.amqp.models.AmqpMessageId
- 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 - ExpandableStringEnum<T extends ExpandableStringEnum<T>> - Class in com.azure.core.util
-
Base implementation for expandable, single string enums.
- ExpandableStringEnum() - Constructor for class com.azure.core.util.ExpandableStringEnum
-
Deprecated.Use the
ExpandableStringEnum.fromString(String, Class)factory method. - EXPECT - Static variable in class com.azure.core.http.HttpHeaderName
-
Expect/expect - EXPECTATION_FAILED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
EXPECTATION_FAILED.
- 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 - EXPONENTIAL - Enum constant in enum com.azure.core.amqp.AmqpRetryMode
-
Retry attempts will delay based on a backoff strategy, where each attempt will increase the duration that it waits before retrying.
- ExponentialAmqpRetryPolicy - Class in com.azure.core.amqp
-
A policy to govern retrying of messaging operations in which the delay between retries will grow in an exponential manner, allowing more time to recover as the number of retries increases.
- ExponentialAmqpRetryPolicy(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.ExponentialAmqpRetryPolicy
-
Creates a new instance with a minimum and maximum retry period in addition to maximum number of retry attempts.
- ExponentialBackoff - Class in com.azure.core.http.policy
-
A truncated exponential backoff implementation of
RetryStrategythat has a delay duration that exponentially increases with each retry attempt until an upper bound is reached after which every retry attempt is delayed by the provided max delay duration. - 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 configuration for exponential backoff that has a delay duration that exponentially increases with each retry attempt until an upper bound is reached after which every retry attempt is delayed by the provided max delay duration.
- 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.
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.
- FIXED - Enum constant in enum com.azure.core.amqp.AmqpRetryMode
-
Retry attempts happen at fixed intervals; each delay is a consistent duration.
- FixedAmqpRetryPolicy - Class in com.azure.core.amqp
-
A policy to govern retrying of messaging operations in which the base delay between retries remains the same.
- FixedAmqpRetryPolicy(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.FixedAmqpRetryPolicy
-
Creates an instance with the given retry options.
- FixedDelay - Class in com.azure.core.http.policy
-
A fixed-delay implementation of
RetryStrategythat has a fixed delay duration between each retry attempt. - 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 configuration for a fixed-delay retry that has a fixed delay duration between each retry attempt.
- 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. - FORBIDDEN - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
FORBIDDEN.
- 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 - FOUND - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
FOUND.
- 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.amqp.ProxyOptions
-
Attempts to load a proxy from the configuration.
- 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 metrics options from the configuration.
- fromConfiguration(Configuration, boolean) - Static method in class com.azure.core.http.ProxyOptions
-
Attempts to load a proxy from the environment.
- fromData(byte[]) - Static method in class com.azure.core.amqp.models.AmqpMessageBody
-
Creates instance of
AmqpMessageBodywith given byte array. - 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.
- 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
- fromSequence(List<Object>) - Static method in class com.azure.core.amqp.models.AmqpMessageBody
-
Creates an instance of
AmqpMessageBodywith the givensequence. - 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 enum com.azure.core.amqp.AmqpMessageConstant
-
Parses an header value to its message constant.
- fromString(String) - Static method in enum com.azure.core.amqp.AmqpTransportType
-
Creates an TransportType from its display value.
- fromString(String) - Static method in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Parses a serialized value to an ErrorCondition instance.
- fromString(String) - Static method in class com.azure.core.amqp.models.DeliveryState
-
Gets the corresponding delivery state from its string representation.
- 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.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.
- fromValue(int) - Static method in enum com.azure.core.amqp.exception.AmqpResponseCode
-
Creates an AmqpResponseCode for the provided integer
value. - fromValue(Object) - Static method in class com.azure.core.amqp.models.AmqpMessageBody
-
Creates an instance of
AmqpMessageBodywith the givenvalue.
G
- GATEWAY_TIMEOUT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
GATEWAY_TIMEOUT.
- 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.
- 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
GeoLines. - 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
-
An abstract geo object.
- 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 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.
- 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
GeoPoints. - 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.
- 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
GeoPolygons. - 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 geo position.
- 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. - 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
-
Gets the
headerfor the provided header name. - 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.
- getAbsoluteExpiryTime() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
absoluteExpiryTimefrom amqp message properties. - 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
-
Gets the allowed headers that should be logged.
- getAllowedQueryParamNames() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the allowed query parameters.
- 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. - getApplicationProperties() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Gets the
Mapof application properties. - 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
- getAuthentication() - Method in class com.azure.core.amqp.ProxyOptions
-
Gets the proxy authentication type.
- 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.amqp.models.AmqpAnnotatedMessage
-
Gets the
AmqpMessageBodyof an amqp message. - 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. - getBodyType() - Method in class com.azure.core.amqp.models.AmqpMessageBody
-
Gets the
AmqpMessageBodyTypeof the message. - getBoundingBox() - Method in class com.azure.core.models.GeoObject
-
Bounding box for this
GeoObject. - getBytesExpected() - Method in exception com.azure.core.exception.UnexpectedLengthException
-
Gets the number of bytes that were expected to be read from the input.
- getBytesRead() - Method in exception 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.
- getClaimsBasedSecurityNode() - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets the claims-based security (CBS) node that authorizes access to resources.
- 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.
- getConnectionProperties() - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets the connection properties.
- getConnectTimeout() - Method in class com.azure.core.util.HttpClientOptions
-
Gets the connection timeout for a request to be sent.
- getContentEncoding() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets AbsoluteExpiryTime from amqp message properties.
- getContentType() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
contentTypefrom amqp message properties. - getContentType() - Method in class com.azure.core.models.MessageContent
-
Gets the content type.
- getContext() - Method in exception com.azure.core.amqp.exception.AmqpException
-
Gets the context for this exception.
- 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.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. - getCorrelationId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
correlationIdfrom amqp message properties. - getCreationTime() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
creationTimefrom amqp message properties. - getCredential() - Method in class com.azure.core.amqp.ProxyOptions
-
Gets the credentials user provided for authentication of proxy server.
- getCustomProperties() - Method in class com.azure.core.models.GeoObject
-
Additional properties about this
GeoObject. - getData() - Method in class com.azure.core.amqp.models.AmqpMessageBody
-
Gets an
IterableStreamof byte array containing only first byte array set on thisAmqpMessageBody. - 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.amqp.AmqpRetryOptions
-
Gets the delay between retry attempts for a fixed approach or the delay on which to base calculations for a backoff-approach.
- 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.
- getDeliveryAnnotations() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Gets the
Maprepresentation of delivery annotations defined on an amqp message. - getDeliveryCount() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Gets the delivery count from amqp message header.
- getDeliveryState() - Method in class com.azure.core.amqp.models.DeliveryOutcome
-
Gets the delivery state.
- 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. - 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. - getEndpointStates() - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets the endpoint states for the AMQP connection.
- getEndpointStates() - Method in interface com.azure.core.amqp.AmqpLink
-
Gets the endpoint states for the AMQP link.
- getEndpointStates() - Method in interface com.azure.core.amqp.AmqpSession
-
Gets the endpoint states for the AMQP session.
- getEntityPath() - Method in interface com.azure.core.amqp.AmqpLink
-
The remote endpoint path this link is connected to.
- getEntityPath() - Method in class com.azure.core.amqp.exception.SessionErrorContext
-
Gets the remote path this AMQP entity was connected to when the error occurred.
- getEnvironmentVariableName() - Method in class com.azure.core.util.ConfigurationProperty
-
Gets name of environment variables this property can be configured with.
- getErrorCondition() - Method in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Gets the AMQP header value for this error condition.
- getErrorCondition() - Method in exception com.azure.core.amqp.exception.AmqpException
-
Gets the
AmqpErrorConditionfor this exception. - getErrorCondition() - Method in class com.azure.core.amqp.models.RejectedDeliveryOutcome
-
Diagnostic information about the cause of the message rejection.
- getErrorDescription() - Method in class com.azure.core.amqp.models.RejectedDeliveryOutcome
-
Gets the error description.
- getErrorInfo() - Method in class com.azure.core.amqp.exception.AmqpErrorContext
-
Gets the map carrying information about the error condition.
- getErrorInfo() - Method in class com.azure.core.amqp.models.RejectedDeliveryOutcome
-
Gets a map of additional error information.
- 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.
- getFirstData() - Method in class com.azure.core.amqp.models.AmqpMessageBody
-
Gets first byte array set on this
AmqpMessageBody. - getFixedDelayOptions() - Method in class com.azure.core.http.policy.RetryOptions
-
Gets the configuration for exponential backoff if configured.
- getFooter() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Gets the
Maprepresentation of footer defined on an amqp message. - getFullyQualifiedNamespace() - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets the fully qualified namespace for the AMQP connection.
- 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.
- getGroupId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
groupIdfrom amqp message properties. - getGroupSequence() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
groupSequencefrom amqp message properties. - getHeader() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Gets the
AmqpMessageHeaderdefined on an amqp message. - 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
-
Lookup a response header with the provided name.
- getHost() - Method in class com.azure.core.util.UrlBuilder
-
Get the host that has been assigned to this UrlBuilder.
- getHostname() - Method in interface com.azure.core.amqp.AmqpLink
-
The host name of the message broker that this link that is connected to.
- getHttpClient() - Method in class com.azure.core.http.HttpPipeline
-
Get the
HttpClientassociated with the pipeline. - getHttpClientProvider() - Method in class com.azure.core.util.HttpClientOptions
-
Sets name 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.
- 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 interface com.azure.core.amqp.AmqpConnection
-
Gets the connection identifier.
- getId() - Method in class com.azure.core.models.CloudEvent
-
Get the id of the cloud event.
- getIdentifier() - Method in class com.azure.core.amqp.AmqpClientOptions
-
Gets the identifier for the AMQP client.
- 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. - 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.AzureKeyCredential
-
Retrieves the key associated to this credential.
- getKey() - Method in class com.azure.core.credential.AzureNamedKey
-
Retrieves the key.
- 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.
- getLines() - Method in class com.azure.core.models.GeoLineStringCollection
-
Unmodifiable representation of the
geometric linesrepresenting this multi-line. - getLinkCredit() - Method in class com.azure.core.amqp.exception.LinkErrorContext
-
Gets the number of credits on the link when the error occurred.
- getLinkName() - Method in interface com.azure.core.amqp.AmqpLink
-
Gets the name of the link.
- 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.
- getManagementNode(String) - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets or creates the management node.
- 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.amqp.AmqpRetryOptions
-
Gets the maximum permissible delay between retry attempts.
- getMaxDelay() - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Gets the max delay duration for retry.
- getMaxFrameSize() - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets the maximum frame size for the connection.
- 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.amqp.AmqpRetryOptions
-
The maximum number of retry attempts before considering the associated operation to have failed.
- getMaxRetries() - Method in class com.azure.core.amqp.AmqpRetryPolicy
-
Gets the maximum number of retry attempts.
- 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 make.
- getMessage() - Method in exception com.azure.core.amqp.exception.AmqpException
- getMessage() - Method in class com.azure.core.models.ResponseError
-
Returns the error message of this error.
- getMessageAnnotations() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Gets the
Maprepresentation of message annotations defined on an amqp message. - getMessageAnnotations() - Method in class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Gets a map containing attributes to combine with the existing message-annotations held in the message's header section.
- getMessageId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
messageIdfrom amqp message properties. - 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.
- getMode() - Method in class com.azure.core.amqp.AmqpRetryOptions
-
Gets the approach to use for calculating retry delays.
- 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.
- getNamespace() - Method in class com.azure.core.amqp.exception.AmqpErrorContext
-
Gets the namespace for this error.
- 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.
- getOperationTimeout() - Method in interface com.azure.core.amqp.AmqpSession
-
Gets the operation timeout for starting the AMQP session.
- getOrCreateTransactionCoordinator() - Method in interface com.azure.core.amqp.AmqpSession
-
Gets an existing or newly created
AmqpTransactionCoordinatoron theAmqpSessionwhich maintains one instance of theAmqpTransactionCoordinatorobject. - getOutcome() - Method in class com.azure.core.amqp.models.TransactionalDeliveryOutcome
-
Gets the delivery outcome associated with this transaction.
- 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.
- 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.
- getPriority() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Gets the priority on
amqpMessagefrom amqp message header. - getProperties() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Gets the
AmqpMessagePropertiesdefined on an amqp message. - 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. - getProxyAddress() - Method in class com.azure.core.amqp.ProxyOptions
-
Gets the proxy address.
- 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 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.
- getRemoteParent() - Method in class com.azure.core.util.tracing.StartSpanOptions
-
Gets remote parent.
- getReplyTo() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
replyTofrom amqp message properties. - getReplyToGroupId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
replyToGroupIdfrom amqp message properties. - getRequest() - Method in exception 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. - getResponse() - Method in exception com.azure.core.exception.HttpResponseException
-
Gets the
HttpResponsereceived that is associated to the exception. - 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
- getRetryAfter() - Method in class com.azure.core.util.polling.PollResponse
-
Returns the delay the service has requested until the next polling operation is performed.
- getRetryOptions() - Method in class com.azure.core.amqp.AmqpRetryPolicy
-
Gets the set of options used to configure this retry policy.
- getRings() - Method in class com.azure.core.models.GeoPolygon
-
Unmodifiable representation of the
geometric ringsrepresenting this polygon. - getScheme() - Method in class com.azure.core.http.HttpAuthorization
-
Gets the scheme of the authorization header.
- 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.
- getSectionNumber() - Method in class com.azure.core.amqp.models.ReceivedDeliveryOutcome
-
Gets the section number.
- getSectionOffset() - Method in class com.azure.core.amqp.models.ReceivedDeliveryOutcome
-
Gets the section offset.
- getSequence() - Method in class com.azure.core.amqp.models.AmqpMessageBody
-
Gets the unmodifiable AMQP Sequence set on this
AmqpMessageBody. - getSessionName() - Method in interface com.azure.core.amqp.AmqpSession
-
Gets the name for this AMQP session.
- getSharedSpanBuilder(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
StartSpanOptions.addLink(TracingLink)instead - getShutdownSignals() - Method in interface com.azure.core.amqp.AmqpConnection
-
Gets any shutdown signals that occur in the AMQP endpoint.
- 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.amqp.models.AmqpMessageProperties
-
Gets
subjectfrom amqp message properties. - 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.
- getTime() - Method in class com.azure.core.models.CloudEvent
-
Get the time associated with the occurrence of the event.
- getTimeToLive() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Gets
timeToLivefrom amqp message header. - getTo() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
tofrom amqp message properties. - 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.
- getTokenSync(TokenRequestContext) - Method in interface com.azure.core.credential.TokenCredential
-
Synchronously get a token for a given resource/audience.
- getTracer() - Method in class com.azure.core.http.HttpPipeline
-
Get the
Tracerassociated with the pipeline. - getTracingOptions() - Method in class com.azure.core.util.ClientOptions
-
Gets
MetricsOptions - getTrackingId() - Method in class com.azure.core.amqp.exception.LinkErrorContext
-
Gets the unique tracking identifier for this error.
- getTransactionId() - Method in class com.azure.core.amqp.AmqpTransaction
-
Gets the id for this transaction.
- getTransactionId() - Method in class com.azure.core.amqp.models.TransactionalDeliveryOutcome
-
Gets the transaction id associated with this delivery outcome.
- 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.
- getTryTimeout() - Method in class com.azure.core.amqp.AmqpRetryOptions
-
Gets the maximum duration to wait for completion of a single attempt, whether the initial attempt or a retry.
- getType() - Method in class com.azure.core.http.ProxyOptions
-
Gets the type of the prxoy.
- 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.
- getUserId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Gets
userIdfrom amqp message properties. - getUsername() - Method in class com.azure.core.http.ProxyOptions
-
Gets the proxy username.
- getValue() - Method in enum com.azure.core.amqp.AmqpMessageConstant
-
Gets the AMQP messaging header value.
- getValue() - Method in enum com.azure.core.amqp.exception.AmqpResponseCode
-
Gets the integer value of the AmqpResponseCode
- getValue() - Method in class com.azure.core.amqp.models.AmqpMessageBody
-
Gets the AMQP value set on this
AmqpMessageBodyinstance. - getValue() - Method in exception 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 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.
- getValue(String) - Method in class com.azure.core.http.HttpHeaders
-
Get the value for the provided header name.
- 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.
- getValues(String) - Method in class com.azure.core.http.HttpHeaders
-
Get the values for the provided header name.
- 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.
- GONE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
GONE.
- GROUP_ID - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
Identifies the group the message belongs to.
- GROUP_SEQUENCE - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The relative position of this message within its group.
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.amqp.AmqpRetryOptions
- hashCode() - Method in class com.azure.core.amqp.AmqpRetryPolicy
- hashCode() - Method in class com.azure.core.amqp.ExponentialAmqpRetryPolicy
- hashCode() - Method in class com.azure.core.amqp.FixedAmqpRetryPolicy
- hashCode() - Method in class com.azure.core.amqp.models.AmqpAddress
- hashCode() - Method in class com.azure.core.amqp.models.AmqpMessageId
- 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
- hasUserDefinedCredentials() - Method in class com.azure.core.amqp.ProxyOptions
-
Gets whether the user has defined credentials.
- 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 pipeline policy that adds the given host to each HttpRequest.
- 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. - HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
HTTP_VERSION_NOT_SUPPORTED.
- 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
-
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
-
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 level of detail to log on HTTP messages.
- HttpLoggingPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that handles logging of HTTP requests and responses.
- HttpLoggingPolicy(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 log configurations for HTTP messages.
- 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
-
The HTTP request methods.
- HttpPipeline - Class in com.azure.core.http
-
The HTTP pipeline that HTTP requests and responses will flow through.
- 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 information used to make a single HTTP request.
- HttpPipelineNextPolicy - Class in com.azure.core.http
-
A type that invokes next policy in the pipeline.
- HttpPipelineNextSyncPolicy - Class in com.azure.core.http
-
A type that invokes next policy in the pipeline.
- HttpPipelinePolicy - Interface in com.azure.core.http.policy
-
A policy within the
HttpPipeline. - HttpPipelinePosition - Enum in com.azure.core.http
-
Indicates the position in an
HttpPipelineto place anHttpPipelinePolicy. - HttpPipelineSyncPolicy - Class in com.azure.core.http.policy
-
Represents a
HttpPipelinePolicythat doesn't do any asynchronous or synchronously blocking operations. - HttpPipelineSyncPolicy() - Constructor for class com.azure.core.http.policy.HttpPipelineSyncPolicy
-
Creates a new instance of
HttpPipelineSyncPolicy. - HttpPolicyProvider - Interface in com.azure.core.http.policy
-
Implementing classes automatically provide policies.
- HttpPolicyProviders - Class in com.azure.core.http.policy
-
This class handles adding SPI plug-able policies to a 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
-
The 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.
- HttpRequestException - Exception in com.azure.core.exception
-
The exception when an HTTP request fails.
- HttpRequestException(HttpRequest) - Constructor for exception com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(HttpRequest, Throwable) - Constructor for exception com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpRequest) - Constructor for exception com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpRequest, Throwable) - Constructor for exception com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpRequest, Throwable, boolean, boolean) - Constructor for exception 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
-
Options class containing information available during HTTP request logging.
- HttpResponse - Class in com.azure.core.http
-
The response of an
HttpRequest. - HttpResponse(HttpRequest) - Constructor for class com.azure.core.http.HttpResponse
-
Creates an instance of
HttpResponse. - HttpResponseException - Exception in com.azure.core.exception
-
The exception thrown when an unsuccessful response is received with http status code (e.g.
- HttpResponseException(HttpResponse) - Constructor for exception com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse) - Constructor for exception com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.HttpResponseException
-
Initializes a new instance of the HttpResponseException class.
- HttpResponseException(String, HttpResponse, Throwable, boolean, boolean) - Constructor for exception 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
-
Options class containing information available during HTTP response logging.
- HttpTrait<T extends 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 - ILLEGAL_STATE - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The peer sent a frame that is not permitted in the current state.
- 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.
- 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.
- INTERNAL_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
An internal error occurred.
- INTERNAL_SERVER_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
INTERNAL_SERVER_ERROR.
- invoke(Object, Method, Object[]) - Method in class com.azure.core.http.rest.RestProxy
- 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.
- 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.
- isDeliveryFailed() - Method in class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Gets whether or not to count the transfer as an unsuccessful delivery attempt.
- isDurable() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Gets durable boolean flag from amqp message header.
- 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.
- 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.
- 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.
- 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 metrics should be enabled.
- isExpired() - Method in class com.azure.core.credential.AccessToken
-
Whether the token has expired.
- isFirstAcquirer() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Gets boolean flag for
firstAcquirerfrom amqp message header. - isFluxByteBuffer(Type) - Static method in class com.azure.core.util.FluxUtil
-
Checks if a type is Flux<ByteBuffer>.
- isInitiatedByClient() - Method in class com.azure.core.amqp.AmqpShutdownSignal
-
Gets whether or not this shutdown signal was initiated by the client.
- 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
-
Gets flag to allow pretty printing of message bodies.
- isProxyAddressConfigured() - Method in class com.azure.core.amqp.ProxyOptions
-
Gets whether the proxy address has been configured.
- 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. - isTracingEnabled() - Static method in class com.azure.core.util.tracing.TracerProxy
-
Deprecated.Returns true if tracing is enabled.
- isTransient() - Method in class com.azure.core.amqp.AmqpShutdownSignal
-
Gets whether or not this shutdown signal is transient or if it can be restarted.
- isTransient() - Method in exception com.azure.core.amqp.exception.AmqpException
-
A boolean indicating if the exception is a transient error or not.
- isUndeliverableHere() - Method in class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Gets whether or not the message is undeliverable here.
- 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
-
Creates a new JacksonAdapter instance with Azure Core mapper settings and applies additional configuration through
configureSerializationcallback. - 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.
- JSON_WEB_TOKEN - Static variable in class com.azure.core.amqp.models.CbsAuthorizationType
-
Authorize with CBS using a JSON web token.
- 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
- KeyEncryptionKey - Interface in com.azure.core.cryptography
-
A key which is used to synchronously encrypt, or wrap, another key.
- 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 - LENGTH_REQUIRED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
LENGTH_REQUIRED.
- 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 - LINK_DETACH_FORCED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
An operator intervened to detach for some reason.
- LINK_PAYLOAD_SIZE_EXCEEDED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The peer sent a larger message than is supported on the link.
- LINK_REDIRECT - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The address provided cannot be resolved to a terminus at the current container.
- LINK_STOLEN - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The link has been attached elsewhere, causing the existing attachment to be forcibly closed.
- LinkErrorContext - Class in com.azure.core.amqp.exception
-
Represents the context for an AMQP link when an
AmqpExceptionoccurs. - LinkErrorContext(String, String, String, Integer) - Constructor for class com.azure.core.amqp.exception.LinkErrorContext
-
Creates a new instance with the AMQP link's
namespaceandentityPathinformation. - 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.
- LOCKED_UNTIL_KEY_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identifier for locked until.
- 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.
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.
- 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. - MESSAGE_ID - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
Message-id, if set, uniquely identifies a message within the message system.
- MESSAGE_LOCK_LOST - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Error condition when receiver attempts
complete,abandon,renewLock,deadLetter, ordeferon a peek-locked message whose lock had already expired. - MESSAGE_NOT_FOUND - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Error condition when a receiver attempts to receive a message with sequence number and the message with that sequence number is not available in the queue or subscription.
- MESSAGE_STATE_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The state of message.
- MessageContent - Class in com.azure.core.models
-
An abstraction for a message containing a content type along with its 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. - METHOD_NOT_ALLOWED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
METHOD_NOT_ALLOWED.
- 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 - MODIFIED - Static variable in class com.azure.core.amqp.models.DeliveryState
-
indicates that the message was modified, but not processed.
- ModifiedDeliveryOutcome - Class in com.azure.core.amqp.models
-
The modified outcome.
- ModifiedDeliveryOutcome() - Constructor for class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Creates an instance with the delivery state modified set.
- 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. - MOVED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
MOVED.
- MOVED_PERMANENTLY - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
MOVED_PERMANENTLY.
- 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.
- MULTIPLE_CHOICES - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
MULTIPLE_CHOICES.
- 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.
- NO_CONTENT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
NO_CONTENT.
- NON_AUTHORITATIVE_INFORMATION - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
NON_AUTHORITATIVE_INFORMATION.
- NONE - Enum constant in enum com.azure.core.amqp.ProxyAuthenticationType
-
Proxy requires no authentication.
- 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_ACCEPTABLE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
NOT_ACCEPTABLE.
- NOT_ALLOWED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The peer tried to use a frame in a manner that is inconsistent with the semantics defined in the specification.
- NOT_FOUND - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
A peer attempted to work with a remote entity that does not exist.
- NOT_FOUND - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
NOT_FOUND.
- NOT_IMPLEMENTED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The peer tried to use functionality that is not implemented in its partner.
- NOT_IMPLEMENTED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
NOT_IMPLEMENTED.
- NOT_MODIFIED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
NOT_MODIFIED.
- 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. - OFFSET_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The offset of a message within a given partition.
- 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. - OK - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
OK.
- 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_CANCELLED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The operation was cancelled.
- OperationCancelledException - Exception in com.azure.core.amqp.exception
-
This exception is thrown when the underlying AMQP layer encounters an abnormal link abort or the connection is disconnected in an unexpected fashion.
- OperationCancelledException(String, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.OperationCancelledException
-
Creates an instance of this exception with provided
message. - OperationCancelledException(String, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.OperationCancelledException
-
Creates an instance of this exception with provided
messageand underlyingcause. - OperationResourcePollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Implements an operation resource polling strategy, typically from Operation-Location.
- 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.
- 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 extends PagedResponse<T>> - 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 extends PagedResponse<T>> - 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.
- 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.
- parseAuthenticationOrAuthorizationHeader(String) - Static method in class com.azure.core.util.AuthorizationChallengeHandler
-
Parses the
AuthorizationorAuthenticationheader into its key-value pairs. - PARTIAL_CONTENT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
PARTIAL_CONTENT.
- PARTITION_KEY_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identifier associated with a given partition.
- PARTITION_NOT_OWNED_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Partition is not owned.
- 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.
- PAYMENT_REQUIRED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
PAYMENT_REQUIRED.
- 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.
- 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 pipeline policy that adds a given port to each
HttpRequest. - 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 - PRECONDITION_FAILED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
PRECONDITION_FAILED.
- 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 - 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.AzureKeyCredentialPolicy
- 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.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.AzureKeyCredentialPolicy
- 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.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. - 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_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_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_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 pipeline policy that adds a given protocol to each HttpRequest.
- ProtocolPolicy(String, boolean) - Constructor for class com.azure.core.http.policy.ProtocolPolicy
-
Creates a new ProtocolPolicy.
- PROTON_IO - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
IO exceptions that occur in proton-j library.
- 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_AUTHENTICATION_REQUIRED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
PROXY_AUTHENTICATION_REQUIRED.
- PROXY_AUTHENTICATION_TYPE - Static variable in class com.azure.core.amqp.ProxyOptions
-
The configuration key for containing the authentication type to be used by the proxy.
- 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.
- PROXY_PASSWORD - Static variable in class com.azure.core.amqp.ProxyOptions
-
The configuration key for containing the password for the username who authenticates with the proxy.
- PROXY_USERNAME - Static variable in class com.azure.core.amqp.ProxyOptions
-
The configuration key for containing the username who authenticates with the proxy.
- ProxyAuthenticationType - Enum in com.azure.core.amqp
-
Supported methods of proxy authentication.
- proxyOptions(ProxyOptions) - Method in interface com.azure.core.amqp.client.traits.AmqpTrait
-
Sets the proxy configuration to use.
- ProxyOptions - Class in com.azure.core.amqp
-
Properties for configuring proxies with Event Hubs.
- ProxyOptions - Class in com.azure.core.http
-
This represents proxy configuration to be used in http clients..
- ProxyOptions(ProxyAuthenticationType, Proxy, String, String) - Constructor for class com.azure.core.amqp.ProxyOptions
-
Creates a proxy configuration that uses the
proxyAddressand authenticates with providedusername,passwordandauthentication. - 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.
- PUBLISHER_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The name of the entity that published a message.
- PUBLISHER_REVOKED_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The TokenProvider object could not acquire a token, the token is invalid, or the token does not contain the claims required to perform the operation.
- put(String, String) - Method in class com.azure.core.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(String, 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
- 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.
- RECEIVED - Static variable in class com.azure.core.amqp.models.DeliveryState
-
indicates partial message data seen by the receiver as well as the starting point for a resumed transfer.
- ReceivedDeliveryOutcome - Class in com.azure.core.amqp.models
-
Represents a partial message that was received.
- ReceivedDeliveryOutcome(int, long) - Constructor for class com.azure.core.amqp.models.ReceivedDeliveryOutcome
-
Creates an instance of the delivery outcome with its state.
- record(double, TelemetryAttributes, Context) - Method in interface com.azure.core.util.metrics.DoubleHistogram
-
Records a value with a set of attributes.
- REDIRECT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REDIRECT.
- REDIRECT_KEEP_VERB - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REDIRECT_KEEP_VERB.
- REDIRECT_METHOD - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REDIRECT_METHOD.
- RedirectPolicy - Class in com.azure.core.http.policy
- 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.
- REJECTED - Static variable in class com.azure.core.amqp.models.DeliveryState
-
Indicates an invalid and unprocessable message.
- RejectedDeliveryOutcome - Class in com.azure.core.amqp.models
-
The rejected delivery outcome.
- RejectedDeliveryOutcome(AmqpErrorCondition) - Constructor for class com.azure.core.amqp.models.RejectedDeliveryOutcome
-
Creates an instance with the given error condition.
- RELEASED - Static variable in class com.azure.core.amqp.models.DeliveryState
-
Indicates that the message was not (and will not be) processed.
- remove(HttpHeaderName) - Method in class com.azure.core.http.HttpHeaders
-
Removes the
headerwith the provided header name. - remove(String) - Method in class com.azure.core.http.HttpHeaders
-
Removes the
headerwith the provided header name. - remove(String) - Method in class com.azure.core.util.Configuration
-
Deprecated.Use
ConfigurationBuilderandConfigurationSourceto provide all properties before creating configuration. - removeLink(String) - Method in interface com.azure.core.amqp.AmqpSession
-
Removes an
AmqpLinkwith the givenlinkName. - removeSession(String) - Method in interface com.azure.core.amqp.AmqpConnection
-
Removes a session with the
sessionNamefrom the AMQP connection. - REPLY_TO - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The address of the node to send replies to.
- REPLY_TO_GROUP_ID - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
This is a client-specific id that is used so that client can send replies to this message to a specific group.
- reportProgress(long) - Method in class com.azure.core.util.ProgressReporter
-
Accumulates the provided
progressand notifies. - REQUEST_ENTITY_TOO_LARGE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REQUEST_ENTITY_TOO_LARGE.
- REQUEST_TIMEOUT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REQUEST_TIMEOUT.
- REQUEST_URI_TOO_LONG - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REQUEST_URI_TOO_LONG.
- RequestConditions - Class in com.azure.core.http
-
Specifies HTTP options for conditional requests based on modification time.
- RequestConditions() - Constructor for class com.azure.core.http.RequestConditions
-
Creates a new instance of
RequestConditions. - REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
REQUESTED_RANGE_NOT_SATISFIABLE.
- RequestIdPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that puts a UUID in the request header.
- RequestIdPolicy() - Constructor for class com.azure.core.http.policy.RequestIdPolicy
-
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. - 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_CONTENT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
RESET_CONTENT.
- RESOURCE_LIMIT_EXCEEDED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
A peer exceeded its resource allocation.
- ResourceExistsException - Exception in com.azure.core.exception
-
The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.
- ResourceExistsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceModifiedException - Exception in com.azure.core.exception
-
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
- ResourceModifiedException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceNotFoundException - Exception in com.azure.core.exception
-
An error response, typically triggered by a 412 response (for update) or 404 (for get/post)
- ResourceNotFoundException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- Response<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
-
This class 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
-
Type to create 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_COUNT_CONTEXT - Static variable in class com.azure.core.http.policy.HttpLoggingPolicy
-
Key for
Contextto pass request retry count metadata for logging. - retryOptions(AmqpRetryOptions) - Method in interface com.azure.core.amqp.client.traits.AmqpTrait
-
Sets the retry policy.
- 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 configuration for retries.
- 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
-
A pipeline policy that retries when a recoverable HTTP error or exception occurs.
- 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.
- rollbackTransaction(AmqpTransaction) - Method in interface com.azure.core.amqp.AmqpSession
-
Rollback the transaction on the message broker.
- root(String) - Method in class com.azure.core.util.ConfigurationBuilder
-
Sets path to root configuration properties where shared Azure SDK properties are defined.
S
- SCHEDULED_ENQUEUE_UTC_TIME_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The name representing scheduled enqueue time.
- SCOPE_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Deprecated.use
Tracer.makeSpanCurrent(Context)instead. - SEE_OTHER - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
SEE_OTHER.
- send(AmqpAnnotatedMessage) - Method in interface com.azure.core.amqp.AmqpManagementNode
-
Sends a message to the management node.
- send(AmqpAnnotatedMessage, DeliveryOutcome) - Method in interface com.azure.core.amqp.AmqpManagementNode
-
Sends a message to the management node and associates the
deliveryOutcomewith that message. - 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.
- SEQUENCE - Enum constant in enum com.azure.core.amqp.models.AmqpMessageBodyType
-
Message content is a list of objects, equivalent to AMQP Sequence.
- SEQUENCE_NUMBER_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The sequence number assigned to a message.
- 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 - SERVER_BUSY_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The server is busy.
- SERVICE_UNAVAILABLE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
SERVICE_UNAVAILABLE.
- 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.
- 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 in com.azure.core.exception
-
A runtime exception indicating service response failure caused by one of the following scenarios: The request was sent, but the client failed to understand the response.
- ServiceResponseException(String) - Constructor for exception com.azure.core.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceResponseException(String, Throwable) - Constructor for exception com.azure.core.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceVersion - Interface in com.azure.core.util
-
A generic interface for sending HTTP requests using the provided service version.
- SESSION_CANNOT_BE_LOCKED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Error condition when a client attempts to accept a session that is already locked by another client.
- SESSION_LOCK_LOST - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Error condition when a session receiver performs an operation on a session after its lock is expired.
- SESSION_NOT_FOUND - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Error condition when a receiver attempts to receive from a session that does not exist.
- SessionErrorContext - Class in com.azure.core.amqp.exception
-
Context for an error that occurs in an AMQP session when an
AmqpExceptionoccurs. - SessionErrorContext(String, String) - Constructor for class com.azure.core.amqp.exception.SessionErrorContext
-
Creates a new instance with the
namespaceandentityPath. - 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
-
Sets a
headerwith the given name and value. - set(String, 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_COOKIE - Static variable in class com.azure.core.http.HttpHeaderName
-
Set-Cookie/set-cookie - setAbsoluteExpiryTime(OffsetDateTime) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
absoluteExpiryTimevalue onAmqpMessagePropertiesobject. - setAll(Map<String, List<String>>) - Method in class com.azure.core.http.HttpHeaders
-
Sets all provided header key/values pairs into this HttpHeaders instance.
- setAllowedHeaderNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given allowed headers that 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.
- setApplicationId(String) - Method in class com.azure.core.amqp.AmqpClientOptions
-
Sets the application ID.
- 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, 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.
- 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.
- setContentEncoding(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
contentEncodingvalue onAmqpMessagePropertiesobject. - setContentType(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
contentTypevalue onAmqpMessagePropertiesobject. - 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.
- setCorrelationId(AmqpMessageId) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
correlationIdvalue onAmqpMessagePropertiesobject. - setCreationTime(OffsetDateTime) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
creationTimevalue onAmqpMessagePropertiesobject. - 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.
- setDelay(Duration) - Method in class com.azure.core.amqp.AmqpRetryOptions
-
Gets the delay between retry attempts for a fixed approach or the delay on which to base calculations for a backoff-approach.
- setDeliveryCount(Long) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Sets the given
deliveryCountvalue onAmqpMessageHeaderobject. - setDeliveryFailed(boolean) - Method in class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Sets whether or not to count the transfer as an unsuccessful delivery attempt.
- setDurable(Boolean) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Sets the given
durablevalue onAmqpMessageHeaderobject. - 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 metrics.
- setErrorInfo(Map<String, Object>) - Method in class com.azure.core.amqp.models.RejectedDeliveryOutcome
-
Sets a map with additional error information.
- setFirstAcquirer(Boolean) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Sets the given
firstAcquirervalue onAmqpMessageHeaderobject. - setGroupId(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
groupIdvalue onAmqpMessagePropertiesobject. - setGroupSequence(Long) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
groupSequencevalue onAmqpMessagePropertiesobject. - setHeader(HttpHeaderName, String) - Method in class com.azure.core.http.HttpRequest
-
Set a request header, replacing any existing value.
- setHeader(String, String) - Method in class com.azure.core.http.HttpRequest
-
Set a request header, replacing any existing value.
- setHeader(String, String) - Method in class com.azure.core.http.rest.RequestOptions
-
Sets a header on the HTTP request.
- setHeaders(HttpHeaders) - Method in class com.azure.core.http.HttpRequest
-
Set the request headers.
- setHeaders(Iterable<Header>) - Method in class com.azure.core.amqp.AmqpClientOptions
-
Sets the
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 name 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.
- setIdentifier(String) - Method in class com.azure.core.amqp.AmqpClientOptions
-
Sets the identifier for the AMQP client.
- 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. - 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.amqp.AmqpRetryOptions
-
Sets the maximum permissible delay between retry attempts.
- 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(int) - Method in class com.azure.core.amqp.AmqpRetryOptions
-
Sets the maximum number of retry attempts before considering the associated operation to have failed.
- setMaxRetries(Integer) - Method in class com.azure.core.http.policy.ExponentialBackoffOptions
-
Sets the max retry attempts that can be made.
- setMessageAnnotations(Map<String, Object>) - Method in class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Sets the message annotations to add to the message.
- setMessageId(AmqpMessageId) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
messageIdvalue onAmqpMessagePropertiesobject. - setMetricsOptions(MetricsOptions) - Method in class com.azure.core.util.ClientOptions
-
Sets
MetricsOptionsthat are applied to each metric reported by the client. - setMode(AmqpRetryMode) - Method in class com.azure.core.amqp.AmqpRetryOptions
-
Sets the approach to use for calculating retry delays.
- setNonProxyHosts(String) - Method in class com.azure.core.http.ProxyOptions
-
Sets the hosts which bypass the proxy.
- setOutcome(DeliveryOutcome) - Method in class com.azure.core.amqp.models.TransactionalDeliveryOutcome
-
Sets the outcome associated with this delivery state.
- 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
-
Sets flag to allow pretty printing of message bodies.
- setPriority(Short) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Sets the given
priorityvalue onAmqpMessageHeaderobject. - 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.
- setReplyTo(AmqpAddress) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
replyTovalue onAmqpMessagePropertiesobject. - setReplyToGroupId(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
replyToGroupIdvalue onAmqpMessagePropertiesobject. - setRequestLogger(HttpRequestLogger) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the
HttpRequestLoggerthat will be used to log HTTP requests. - 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.
- 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.
- 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.amqp.models.AmqpMessageProperties
-
Sets the given
subjectvalue onAmqpMessagePropertiesobject. - 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.
- setTimeToLive(Duration) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
-
Sets the given
timeToLivevalue onAmqpMessageHeaderobject. - setTo(AmqpAddress) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
tovalue onAmqpMessagePropertiesobject. - setTracingOptions(TracingOptions) - Method in class com.azure.core.util.ClientOptions
-
Sets
TracingOptionsthat are applied to each tracing reported by the client. - setTryTimeout(Duration) - Method in class com.azure.core.amqp.AmqpRetryOptions
-
Sets the maximum duration to wait for completion of a single attempt, whether the initial attempt or a retry.
- setUndeliverableHere(boolean) - Method in class com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Sets whether or not the message is undeliverable here.
- 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.
- setUserId(byte[]) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
-
Sets the given
userIdvalue onAmqpMessagePropertiesobject. - 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 - Static variable in class com.azure.core.amqp.models.CbsAuthorizationType
-
Authorize with CBS through a shared access signature.
- 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(). - 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. - 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
-
REST response with a strongly-typed content specified.
- SimpleResponse(HttpRequest, int, HttpHeaders, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
-
Creates a
SimpleResponse. - SimpleResponse(Response<?>, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
-
Creates a
SimpleResponsefrom a response and a value. - SimpleTokenCache - Class in com.azure.core.credential
-
A token cache that supports caching a token and refreshing it.
- 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.
- STORE_LOCK_LOST_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Lock token associated with the message or session has expired, or the lock token is not found.
- 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
-
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. - SUBJECT - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
A common field for summary information about the message content and purpose.
- 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.
- SWITCHING_PROTOCOLS - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
SWITCHING_PROTOCOLS.
- 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. - 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.
- SyncOperationResourcePollingStrategy<T,
U> - Class in com.azure.core.util.polling -
Implements a synchronous operation resource polling strategy, typically from Operation-Location.
- 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.
- SYSTEM_DEFAULTS - Static variable in class com.azure.core.amqp.ProxyOptions
-
Gets the system defaults for proxy configuration and authentication.
- 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.
- TEMPORARY_REDIRECT - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
TEMPORARY_REDIRECT.
- TEXT - Enum constant in enum com.azure.core.util.serializer.SerializerEncoding
-
Text.
- TIMEOUT_ERROR - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The server did not respond to the requested operation within the specified time.
- 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.
- TO - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The to field identifies the node that is the intended destination of the message.
- 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
- TokenCredential - Interface in com.azure.core.credential
-
The interface for credentials that can provide a token.
- TokenCredentialTrait<T extends 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
-
Contains details of a request to get a token.
- 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 in com.azure.core.exception
-
This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.
- TooManyRedirectsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- TooManyRedirectsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- TooManyRedirectsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- 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. - toReplayableBinaryDataAsync() - Method in class com.azure.core.util.BinaryData
-
Converts the
BinaryDatainto aBinaryDatathat is replayable, i.e. - 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.amqp.AmqpShutdownSignal
-
Returns String representing the message of this
AmqpShutdownSignalsignal. - toString() - Method in class com.azure.core.amqp.AmqpTransaction
-
String representation of the transaction id.
- toString() - Method in enum com.azure.core.amqp.AmqpTransportType
- toString() - Method in class com.azure.core.amqp.exception.AmqpErrorContext
-
Creates a string representation of this ErrorContext.
- toString() - Method in class com.azure.core.amqp.exception.LinkErrorContext
-
Creates a string representation of this ErrorContext.
- toString() - Method in class com.azure.core.amqp.exception.SessionErrorContext
- toString() - Method in class com.azure.core.amqp.models.AmqpAddress
- toString() - Method in class com.azure.core.amqp.models.AmqpMessageId
- 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.
- 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
-
Metrics configuration options for clients.
- TracingOptions() - Constructor for class com.azure.core.util.TracingOptions
-
Creates new instance of
TracingOptions - TRACKING_ID_PROPERTY - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Tracking Id for an exception.
- TRAILER - Static variable in class com.azure.core.http.HttpHeaderName
-
Trailer/trailer - TRANSACTIONAL - Static variable in class com.azure.core.amqp.models.DeliveryState
-
Indicates that this delivery is part of a transaction.
- TransactionalDeliveryOutcome - Class in com.azure.core.amqp.models
-
A transaction delivery outcome.
- TransactionalDeliveryOutcome(AmqpTransaction) - Constructor for class com.azure.core.amqp.models.TransactionalDeliveryOutcome
-
Creates an outcome with the given transaction.
- transfer(ReadableByteChannel, WritableByteChannel) - 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 - TRANSFER_LIMIT_EXCEEDED - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
The peer sent more message transfers than currently allowed on the link.
- transferAsync(ReadableByteChannel, AsynchronousByteChannel) - 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. - transportType(AmqpTransportType) - Method in interface com.azure.core.amqp.client.traits.AmqpTrait
-
Sets the transport type by which all the communication with Azure service occurs.
- 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
- UNAUTHORIZED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
UNAUTHORIZED.
- UNAUTHORIZED_ACCESS - Enum constant in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
A peer attempted to work with a remote entity to which it has no access due to security settings.
- UnexpectedLengthException - Exception in com.azure.core.exception
-
This exception class represents an error when the specified input length doesn't match the data length.
- UnexpectedLengthException(String, long, long) - Constructor for exception 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. - UNINITIALIZED - Enum constant in enum com.azure.core.amqp.AmqpEndpointState
-
The endpoint has not been initialized.
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
UNSUPPORTED_MEDIA_TYPE.
- UNUSED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
UNUSED.
- 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, 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 - UPGRADE_REQUIRED - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
UPGRADE_REQUIRED.
- 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. - USE_PROXY - Enum constant in enum com.azure.core.amqp.exception.AmqpResponseCode
-
USE_PROXY.
- 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_ID - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identity of the user responsible for producing the message.
- 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
-
Pipeline policy that adds "User-Agent" header to a request.
- 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. - VALUE - Enum constant in enum com.azure.core.amqp.models.AmqpMessageBodyType
-
Message content is a single object, equivalent to AMQP Value.
- valueOf(String) - Static method in enum com.azure.core.amqp.AmqpEndpointState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.AmqpMessageConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.AmqpRetryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.AmqpTransportType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.exception.AmqpResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.models.AmqpMessageBodyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.amqp.ProxyAuthenticationType
-
Returns the enum constant of this type with the specified name.
- 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.amqp.AmqpEndpointState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.amqp.AmqpMessageConstant
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.amqp.AmqpRetryMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.amqp.AmqpTransportType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.amqp.exception.AmqpErrorCondition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.amqp.exception.AmqpResponseCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.core.amqp.models.AmqpMessageBodyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.core.amqp.models.DeliveryState
-
Gets all the current delivery states.
- values() - Static method in enum com.azure.core.amqp.ProxyAuthenticationType
-
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.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 - VIA_PARTITION_KEY_ANNOTATION_NAME - Enum constant in enum com.azure.core.amqp.AmqpMessageConstant
-
The identifier associated with a given via-partition.
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
LongRunningOperationStatus. - 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. - 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_REQUEST_ID - Static variable in class com.azure.core.http.HttpHeaderName
-
x-ms-client-request-id - 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
Tracer.addEvent(String, Map, OffsetDateTime, Context)