public static enum AzureEnvironment.Endpoint extends Enum<AzureEnvironment.Endpoint> implements Environment.Endpoint
Enum Constant and Description |
---|
ACTIVE_DIRECTORY
Active Directory authentication endpoint.
|
DATA_LAKE_ANALYTICS
Azure Data Lake Analytics DNS suffix.
|
DATA_LAKE_STORE
Azure Data Lake Store DNS suffix.
|
GALLERY
Azure Gallery endpoint.
|
GRAPH
Azure Active Directory Graph APIs endpoint.
|
KEYVAULT
Key Vault DNS suffix.
|
MANAGEMENT
Azure management endpoint.
|
RESOURCE_MANAGER
Azure Resource Manager endpoint.
|
SQL
Azure SQL endpoint.
|
Modifier and Type | Method and Description |
---|---|
String |
identifier() |
String |
toString() |
static AzureEnvironment.Endpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureEnvironment.Endpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AzureEnvironment.Endpoint MANAGEMENT
public static final AzureEnvironment.Endpoint RESOURCE_MANAGER
public static final AzureEnvironment.Endpoint SQL
public static final AzureEnvironment.Endpoint GALLERY
public static final AzureEnvironment.Endpoint ACTIVE_DIRECTORY
public static final AzureEnvironment.Endpoint GRAPH
public static final AzureEnvironment.Endpoint KEYVAULT
public static final AzureEnvironment.Endpoint DATA_LAKE_STORE
public static final AzureEnvironment.Endpoint DATA_LAKE_ANALYTICS
public static AzureEnvironment.Endpoint[] values()
for (AzureEnvironment.Endpoint c : AzureEnvironment.Endpoint.values()) System.out.println(c);
public static AzureEnvironment.Endpoint valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String identifier()
identifier
in interface Environment.Endpoint
public String toString()
toString
in class Enum<AzureEnvironment.Endpoint>
Copyright © 2019. All rights reserved.