Package | Description |
---|---|
com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
com.microsoft.rest.protocol |
The package contains classes that interfaces defining the behaviors
of the necessary components of a Rest Client.
|
Modifier and Type | Class and Description |
---|---|
static class |
AzureEnvironment.Endpoint
The enum representing available endpoints in an environment.
|
Modifier and Type | Method and Description |
---|---|
String |
AzureEnvironment.url(Environment.Endpoint endpoint)
Get the endpoint URL for the current environment.
|
Modifier and Type | Method and Description |
---|---|
RestClient.Builder |
RestClient.Builder.withBaseUrl(Environment environment,
Environment.Endpoint endpoint)
Sets the base URL with the default from the Environment.
|
Modifier and Type | Method and Description |
---|---|
String |
Environment.url(Environment.Endpoint endpoint)
Provides a URL for the endpoint.
|
Copyright © 2019. All rights reserved.