Uses of Class
com.azure.core.management.AzureEnvironment.Endpoint
-
Packages that use AzureEnvironment.Endpoint Package Description com.azure.core.management Package containing the types for Azure ARM client side http communication with a REST endpoint. -
-
Uses of AzureEnvironment.Endpoint in com.azure.core.management
Methods in com.azure.core.management that return AzureEnvironment.Endpoint Modifier and Type Method Description static AzureEnvironment.EndpointAzureEnvironment.Endpoint. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureEnvironment.Endpoint[]AzureEnvironment.Endpoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.core.management with parameters of type AzureEnvironment.Endpoint Modifier and Type Method Description StringAzureEnvironment. getUrlByEndpoint(AzureEnvironment.Endpoint endpoint)Gets the endpoint URL for the current environment.
-