public final class RegionType extends com.azure.core.util.ExpandableStringEnum<RegionType>
| Modifier and Type | Field and Description |
|---|---|
static RegionType |
LOGICAL
Static value Logical for RegionType.
|
static RegionType |
PHYSICAL
Static value Physical for RegionType.
|
| Constructor and Description |
|---|
RegionType() |
| Modifier and Type | Method and Description |
|---|---|
static RegionType |
fromString(String name)
Creates or finds a RegionType from its string representation.
|
static Collection<RegionType> |
values() |
public static final RegionType PHYSICAL
public static final RegionType LOGICAL
public static RegionType fromString(String name)
name - a name to look for.public static Collection<RegionType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.