All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AddDatePolicy |
The Pipeline policy that adds Date header in RFC 1123 format when sending an HTTP request.
|
AddHeadersPolicy |
The Pipeline policy that adds a particular set of headers to HTTP requests.
|
ApplicationTokenCredentials |
Token based credentials for use with a REST Service Client.
|
AsyncOperationResource |
A deserialized POJO representation of an asynchronous operation.
|
AzureCliCredentials |
Token based credentials for use with a REST Service Client.
|
AzureEnvironment |
An instance of this class describes an environment in Azure.
|
AzureEnvironment.Endpoint |
The enum representing available endpoints in an environment.
|
AzureException |
The base exception type for all Azure-related exceptions.
|
AzureHost |
An extension to Host , allowing endpoints
of AzureEnvironment to be specified instead of string
host names.
|
AzureJacksonAdapter |
A serialization helper class overriding JacksonAdapter with extra
functionality useful for Azure operations.
|
AzureServiceClient |
The base class for generated Azure service clients.
|
AzureTokenCredentials |
AzureTokenCredentials represents a credentials object with access to Azure
Resource management.
|
BaseConfigurations |
Represents the well-known, commonly expected, environment variables.
|
BasicAuthenticationCredential |
Basic Auth credentials for use with a REST Service Client.
|
Beta |
Annotation to indicate that a functionality is in preview.
|
BodyParam |
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
|
ClientAuthenticationException |
The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401 unauthorized.
|
CloudError |
An instance of this class provides additional information about an http error response.
|
CloudException |
Exception thrown for an invalid response with custom error information.
|
Configuration |
Contains configuration information that is used during construction of client libraries.
|
ConfigurationAsyncClient |
This class provides a client that contains all the operations for ConfigurationSettings
in Azure App Configuration Store.
|
ConfigurationAsyncClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the ConfigurationAsyncClient ,
calling build constructs an instance of the client.
|
ConfigurationClient |
This class provides a client that contains all the operations for ConfigurationSettings
in Azure App Configuration Store.
|
ConfigurationClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the ConfigurationClient ,
calling build constructs an instance of the client.
|
ConfigurationClientCredentials |
Credentials that authorizes requests to Azure Application Configuration.
|
ConfigurationCredentialsPolicy |
A policy that authenticates requests with Azure Application Configuration service.
|
ConfigurationManager |
Manages the global configuration store.
|
ConfigurationSetting |
ConfigurationSetting is a resource identified by unique combination of key and
label .
|
Context |
Context offers a means of passing arbitrary data (key-value pairs) to pipeline policies.
|
CookiePolicy |
The Pipeline policy that which stores cookies based on the response Set-Cookie header and adds cookies to requests.
|
DecodeException |
Error raised during response deserialization.
|
DelegatedTokenCredentials |
Token based credentials to authenticate an application on behalf of a user.
|
DelegatedTokenCredentials.ResponseMode |
Specifies the method that should be used to send the resulting token back to your app.
|
DELETE |
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
|
DeletedKey |
|
DeletedSecret |
Deleted Secret is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited from SecretBase .
|
EcKeyCreateOptions |
|
ExpandableStringEnum<T extends ExpandableStringEnum<T>> |
Base implementation for expandable, single string enums.
|
ExpectedResponses |
Annotation to annotate list of HTTP status codes that are expected in response from a REST endpoint.
|
FormParam |
Annotation for form parameters to be sent to a REST API Request URI.
|
GET |
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
|
HEAD |
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
|
HeaderCollection |
Annotation on a deserialized header type that indicates that the property should
be treated as a header collection with the provided prefix.
|
HeaderParam |
Replaces the header with the value of its target.
|
Headers |
Annotation to annotate list of static headers sent to a REST endpoint.
|
Host |
Annotation for parameterized host name targeting a REST service.
|
HostParam |
Annotation to annotate replacement of parameterized segments in a dynamic Host .
|
HostPolicy |
The Pipeline policy that adds the given host to each HttpRequest.
|
HttpClient |
A generic interface for sending HTTP requests and getting responses.
|
HttpHeader |
A single header within a HTTP request or response.
|
HttpHeaders |
A collection of headers on an HTTP request or response.
|
HttpLogDetailLevel |
The level of detail to log on HTTP messages.
|
HttpLoggingPolicy |
The Pipeline policy that handles logging of HTTP requests and responses.
|
HttpMethod |
The HTTP request methods.
|
HttpPipeline |
The http pipeline.
|
HttpPipelineBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the HttpPipeline ,
calling build constructs an instance of the pipeline.
|
HttpPipelineCallContext |
Type representing context local to a single http request and it's response.
|
HttpPipelineNextPolicy |
A type that invokes next policy in the pipeline.
|
HttpPipelinePolicy |
Pipeline policy.
|
HttpRequest |
The outgoing Http request.
|
HttpRequestException |
The exception occurred while attempting to connect a socket to a azure service address and port.
|
HttpResponse |
|
HttpResponseException |
The exception thrown when an unsuccessful response is received
with http status code (e.g.
|
InterceptorManager |
A class that keeps track of network calls by either reading the data from an existing test session record or
recording the network calls in memory.
|
JsonWebKey |
As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.
|
Key |
|
KeyAsyncClient |
The KeyAsyncClient provides asynchronous methods to manage keys in the Azure Key Vault.
|
KeyAsyncClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the secret async client ,
calling build constructs an instance of the client.
|
KeyBase |
|
KeyClient |
The KeyClient provides synchronous methods to manage keys in the Azure Key Vault.
|
KeyClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the key client ,
calling build constructs an instance of the client.
|
KeyCreateOptions |
|
KeyCurveName |
Defines values for KeyCurveName.
|
KeyImportOptions |
|
KeyOperation |
Defines values for KeyOperation.
|
KeyType |
Defines values for KeyType.
|
MockHttpResponse |
An HTTP response that is created to simulate a HTTP request.
|
MSIConfigurationForAppService |
Defines the configuration to be used for retrieving access token from
within an app-service with system assigned MSI enabled.
|
MSIConfigurationForVirtualMachine |
Defines the configuration to be used for retrieving access token from
within a VM with user assigned or system assigned MSI enabled.
|
MSIConfigurationForVirtualMachine.MSITokenSource |
The source of MSI token.
|
MSICredentials |
Managed Service Identity token based credentials for use with a REST Service Client.
|
NetworkCallRecord |
Keeps track of network call records from each unit test session.
|
OpenTelemetryHttpPolicy |
Pipeline policy that creates an OpenTelemetry span which traces the service request.
|
OpenTelemetryTracer |
OpenTelemetry span
|
OperationState |
The different states that a long running operation can be in.
|
Page<T> |
Represents a paginated REST response from the service.
|
Page<E> |
Defines a page interface in Azure responses.
|
PagedList<E> |
Defines a list response from a paging operation.
|
PagedResponse<T> |
Response of a REST API that returns page.
|
PATCH |
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
|
PathParam |
Annotation to annotate replacement for a named path segment in REST endpoint URL.
|
PlaybackClient |
|
PortPolicy |
The Pipeline policy that adds a given port to each HttpRequest.
|
POST |
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
|
ProtocolPolicy |
The Pipeline policy that adds a given protocol to each HttpRequest.
|
ProxyAuthenticationPolicy |
The Pipeline policy that adds basic proxy authentication to outgoing HTTP requests.
|
ProxyOptions |
proxy configuration.
|
ProxyOptions.Type |
The type of the proxy.
|
PUT |
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or update.
|
QueryParam |
Annotation for query parameters to be appended to a REST API Request URI.
|
Range |
A configuration for selecting a range of revisions when retrieving configuration setting revisions from the
Application Configuration service.
|
RecordedData |
Keeps track of the network calls and variable names that were made in a test session.
|
RecordNetworkCallPolicy |
HTTP Pipeline policy that keeps track of each HTTP request and response that flows through the pipeline.
|
RequestIdPolicy |
The Pipeline policy that puts a UUID in the request header.
|
Resource |
The Resource model.
|
ResourceExistsException |
The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX, typically 412 conflict.
|
ResourceModifiedException |
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
|
ResourceNamer |
A random string generator used in tests.
|
ResourceNotFoundException |
An error response, typically triggered by a 412 response (for update) or 404 (for get/post)
|
Response<T> |
REST response with a strongly-typed content specified.
|
ResponseBase<H,T> |
The response of a REST request.
|
ResumeOperation |
Annotation for method representing continuation operation.
|
RetryPolicy |
A pipeline policy that retries when a recoverable HTTP error occurs.
|
ReturnValueWireType |
Annotation for the type that will be used to deserialize the return value of a REST API response.
|
RsaKeyCreateOptions |
|
Secret |
Secret is the resource consisting of name, value and its attributes inherited from SecretBase .
|
SecretAsyncClient |
The SecretAsyncClient provides asynchronous methods to manage secrets in the Azure Key Vault.
|
SecretAsyncClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the secret async client ,
calling build constructs an instance of the client.
|
SecretBase |
SecretBase is the resource containing all the properties of the secret except its value.
|
SecretClient |
The SecretClient provides synchronous methods to manage secrets in the Azure Key Vault.
|
SecretClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the secret client ,
calling build constructs an instance of the client.
|
Service |
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
|
ServiceClient |
The base class for REST service clients.
|
ServiceResponseException |
A runtime exception indicating service response failure caused by one of the following scenarios:
1.
|
SettingFields |
|
SettingSelector |
A set of options for selecting configuration settings from Application Configuration service.
|
SimpleResponse<T> |
REST response with a strongly-typed content specified.
|
SkipParentValidation |
Annotation to notify the validator to skip validation for the properties in the parent class.
|
StreamResponse |
REST response with a streaming content.
|
SubResource |
The SubResource model.
|
TestBase |
|
TestMode |
The possible testing modes.
|
TestResourceNamer |
Provides random string names.
|
TimeoutPolicy |
The Pipeline policy that limits the time allowed between sending a request
and receiving the response.
|
TokenCredential |
The base class for credentials that can provide a token.
|
TokenCredentialPolicy |
The Pipeline policy that adds credential from ServiceClientCredentials to a request.
|
TooManyRedirectsException |
This exception is thrown when an HTTP request has reached the maximum number of redirect attempts
with HTTP status code of 3XX.
|
UnexpectedResponseExceptionType |
The exception type that is thrown or returned when one of the status codes is returned from a REST API.
|
UnexpectedResponseExceptionTypes |
|
UserAgentPolicy |
Pipeline policy that adds 'User-Agent' header to a request.
|
UserTokenCredentials |
Token based credentials for use with a REST Service Client.
|
VoidResponse |
REST response containing only a status code and raw headers.
|