public final class AzureEnvironment extends Object implements Environment
Modifier and Type | Class and Description |
---|---|
static class |
AzureEnvironment.Endpoint
The enum representing available endpoints in an environment.
|
Modifier and Type | Field and Description |
---|---|
static AzureEnvironment |
AZURE
Provides the settings for authentication with Azure.
|
static AzureEnvironment |
AZURE_CHINA
Provides the settings for authentication with Azure China.
|
static AzureEnvironment |
AZURE_GERMANY
Provides the settings for authentication with Azure Germany.
|
static AzureEnvironment |
AZURE_US_GOVERNMENT
Provides the settings for authentication with Azure US Government.
|
Constructor and Description |
---|
AzureEnvironment(Map<String,String> endpoints)
Initializes an instance of AzureEnvironment class.
|
Modifier and Type | Method and Description |
---|---|
String |
activeDirectoryEndpoint() |
String |
activeDirectoryGraphApiVersion() |
String |
activeDirectoryResourceId() |
String |
azureDataLakeAnalyticsCatalogAndJobEndpointSuffix() |
String |
azureDataLakeStoreFileSystemEndpointSuffix() |
String |
dataLakeEndpointResourceId() |
Map<String,String> |
endpoints() |
String |
galleryEndpoint() |
String |
graphEndpoint() |
String |
keyVaultDnsSuffix() |
static AzureEnvironment[] |
knownEnvironments() |
String |
managementEndpoint() |
String |
portal() |
String |
publishingProfile() |
String |
resourceManagerEndpoint() |
String |
sqlManagementEndpoint() |
String |
sqlServerHostnameSuffix() |
String |
storageEndpointSuffix() |
String |
url(Environment.Endpoint endpoint)
Get the endpoint URL for the current environment.
|
public static final AzureEnvironment AZURE
public static final AzureEnvironment AZURE_CHINA
public static final AzureEnvironment AZURE_US_GOVERNMENT
public static final AzureEnvironment AZURE_GERMANY
public Map<String,String> endpoints()
public static AzureEnvironment[] knownEnvironments()
public String portal()
public String publishingProfile()
public String managementEndpoint()
public String resourceManagerEndpoint()
public String sqlManagementEndpoint()
public String sqlServerHostnameSuffix()
public String activeDirectoryEndpoint()
public String activeDirectoryResourceId()
public String galleryEndpoint()
public String graphEndpoint()
public String dataLakeEndpointResourceId()
public String activeDirectoryGraphApiVersion()
public String storageEndpointSuffix()
public String keyVaultDnsSuffix()
public String azureDataLakeStoreFileSystemEndpointSuffix()
public String azureDataLakeAnalyticsCatalogAndJobEndpointSuffix()
public String url(Environment.Endpoint endpoint)
url
in interface Environment
endpoint
- the endpointCopyright © 2019. All rights reserved.