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 provides 2 credential classes that work with AutoRest
generated Azure clients for authentication purposes through Azure.
|
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() |
AzureEnvironment |
AzureCliCredentials.environment() |
Constructor and Description |
---|
ApplicationTokenCredentials(String clientId,
String domain,
byte[] certificate,
String password,
AzureEnvironment environment)
Initializes a new instance of the ApplicationTokenCredentials.
|
ApplicationTokenCredentials(String clientId,
String domain,
String secret,
AzureEnvironment environment)
Initializes a new instance of the ApplicationTokenCredentials.
|
AppServiceMSICredentials(AzureEnvironment environment)
Creates an MSI credential for app services.
|
AppServiceMSICredentials(AzureEnvironment environment,
String endpoint,
String secret)
Creates an MSI credential for app services.
|
AzureTokenCredentials(AzureEnvironment environment,
String domain)
Initializes a new instance of the AzureTokenCredentials.
|
MSICredentials(AzureEnvironment environment)
Initializes a new instance of the MSICredentials.
|
MSICredentials(AzureEnvironment environment,
int msiPort)
Initializes a new instance of the MSICredentials.
|
UserTokenCredentials(String clientId,
String domain,
String username,
String password,
AzureEnvironment environment)
Initializes a new instance of the UserTokenCredentials.
|
Copyright © 2019. All rights reserved.