Uses of Class
com.azure.core.management.AzureEnvironment
Packages that use AzureEnvironment
Package
Description
Package containing the types for Azure ARM client side http communication with a REST endpoint.
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 AzureEnvironmentModifier and TypeFieldDescriptionstatic final AzureEnvironmentAzureEnvironment.AZUREProvides the settings for authentication with Azure.static final AzureEnvironmentAzureEnvironment.AZURE_CHINAProvides the settings for authentication with Azure China.static final AzureEnvironmentAzureEnvironment.AZURE_GERMANYProvides the settings for authentication with Azure Germany.static final 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 AzureEnvironmentModifier and TypeMethodDescriptionstatic List<AzureEnvironment>AzureEnvironment.knownEnvironments() -
Uses of AzureEnvironment in com.azure.core.management.profile
Methods in com.azure.core.management.profile that return AzureEnvironmentConstructors in com.azure.core.management.profile with parameters of type AzureEnvironmentModifierConstructorDescriptionAzureProfile(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.