IsGlobal Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. IsGlobal
- com.
- com.
public final class IsGlobal
extends ExpandableStringEnum<IsGlobal>
Flag if global mesh is supported.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Is |
FALSE
Static value False for Is |
static final
Is |
TRUE
Static value True for Is |
Constructor Summary
Constructor | Description |
---|---|
IsGlobal() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Is |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Is |
fromString(String name)
Creates or finds a Is |
static
Collection<Is |
values()
Gets known Is |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final IsGlobal FALSE
Static value False for IsGlobal.
TRUE
public static final IsGlobal TRUE
Static value True for IsGlobal.
Constructor Details
IsGlobal
@Deprecated
public IsGlobal()
Deprecated
Creates a new instance of IsGlobal value.
Method Details
fromString
public static IsGlobal fromString(String name)
Creates or finds a IsGlobal from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known IsGlobal values.
Returns:
Applies to
Azure SDK for Java