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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java