Class Region
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Region>
com.azure.resourcemanager.weightsandbiases.models.Region
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The available regions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegionfromString(String name) Creates or finds a Region from its string representation.static Collection<Region> values()Gets known Region values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EASTUS
Region: East US. -
CENTRALUS
Region: Central US. -
WESTUS
Region: West US. -
WESTEUROPE
Region: West Europe. -
JAPANEAST
Region: Japan East. -
KOREACENTRAL
Region: Korea Central.
-
-
Constructor Details
-
Region
Deprecated.Use thefromString(String)factory method.Creates a new instance of Region value.
-
-
Method Details
-
fromString
Creates or finds a Region from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Region.
-
values
Gets known Region values.- Returns:
- known Region values.
-
fromString(String)factory method.