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