Region 类
定义
Enumeration of the Azure datacenter regions. See https://azure.microsoft.com/regions/
public class Region
- 继承
-
java.lang.ObjectRegion
字段
方法
create(String name, String label) |
Creates a region from a name and a label.
|
equals(Object obj) | |
findByLabelOrName(String labelOrName) |
Finds a region based on a label or name. A region name is lower-cased label with spaces removed. |
fromName(String name) |
Parses a name into a Region object and creates a new Region instance if not found among the existing ones.
|
hashCode() | |
label() | |
name() | |
toString() | |
values() |