Uses of Class
com.azure.core.management.AzureEnvironment
-
Packages that use AzureEnvironment Package Description com.azure.core.management Package containing the types for Azure ARM client side http communication with a REST endpoint.com.azure.core.management.profile Package containing the profile types for Azure ARM client. -
-
Uses of AzureEnvironment in com.azure.core.management
Fields in com.azure.core.management declared as AzureEnvironment Modifier and Type Field Description static AzureEnvironmentAzureEnvironment. AZUREProvides the settings for authentication with Azure.static AzureEnvironmentAzureEnvironment. AZURE_CHINAProvides the settings for authentication with Azure China.static AzureEnvironmentAzureEnvironment. AZURE_GERMANYProvides the settings for authentication with Azure Germany.static AzureEnvironmentAzureEnvironment. AZURE_US_GOVERNMENTProvides the settings for authentication with Azure US Government.Methods in com.azure.core.management that return types with arguments of type AzureEnvironment Modifier and Type Method Description static List<AzureEnvironment>AzureEnvironment. knownEnvironments() -
Uses of AzureEnvironment in com.azure.core.management.profile
Methods in com.azure.core.management.profile that return AzureEnvironment Modifier and Type Method Description AzureEnvironmentAzureProfile. getEnvironment()Gets Azure environment.Constructors in com.azure.core.management.profile with parameters of type AzureEnvironment Constructor Description AzureProfile(AzureEnvironment environment)Creates AzureProfile instance with Azure environment.AzureProfile(String tenantId, String subscriptionId, AzureEnvironment environment)Creates AzureProfile instance with tenant ID, subscription ID and Azure environment.
-