AzureRegions Enum
- java.
lang. Object - java.
lang. Enum<AzureRegions> - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. AzureRegions
- com.
- java.
public enum AzureRegions
Defines values for AzureRegions.
Fields
AUSTRALIAEAST |
Enum value australiaeast. |
BRAZILSOUTH |
Enum value brazilsouth. |
EASTASIA |
Enum value eastasia. |
EASTUS |
Enum value eastus. |
EASTUS2 |
Enum value eastus2. |
NORTHEUROPE |
Enum value northeurope. |
SOUTHCENTRALUS |
Enum value southcentralus. |
SOUTHEASTASIA |
Enum value southeastasia. |
WESTCENTRALUS |
Enum value westcentralus. |
WESTEUROPE |
Enum value westeurope. |
WESTUS |
Enum value westus. |
WESTUS2 |
Enum value westus2. |
Methods
fromString(String value)
public static AzureRegions fromString(String value)
Parses a serialized value to a AzureRegions instance.
Parameters
- value
- String
Returns
the parsed AzureRegions object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java