| Package | Description |
|---|---|
| com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
| com.microsoft.azure.credentials |
The package contains the credentials classes required for AutoRest generated
Azure clients to compile and function.
|
| Modifier and Type | Field and Description |
|---|---|
static AzureEnvironment |
AzureEnvironment.AZURE
Provides the settings for authentication with Azure.
|
static AzureEnvironment |
AzureEnvironment.AZURE_CHINA
Provides the settings for authentication with Azure China.
|
static AzureEnvironment |
AzureEnvironment.AZURE_GERMANY
Provides the settings for authentication with Azure Germany.
|
static AzureEnvironment |
AzureEnvironment.AZURE_US_GOVERNMENT
Provides the settings for authentication with Azure US Government.
|
| Modifier and Type | Method and Description |
|---|---|
static AzureEnvironment[] |
AzureEnvironment.knownEnvironments() |
| Modifier and Type | Method and Description |
|---|---|
AzureEnvironment |
AzureTokenCredentials.environment() |
| Constructor and Description |
|---|
AzureTokenCredentials(AzureEnvironment environment,
String domain)
Initializes a new instance of the AzureTokenCredentials.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/