ApplicationGatewayOperationalState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ApplicationGatewayOperationalState
- com.
- com.
public final class ApplicationGatewayOperationalState
extends ExpandableStringEnum<ApplicationGatewayOperationalState>
Operational state of the application gateway resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Application |
RUNNING
Static value Running for Application |
static final
Application |
STARTING
Static value Starting for Application |
static final
Application |
STOPPED
Static value Stopped for Application |
static final
Application |
STOPPING
Static value Stopping for Application |
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayOperationalState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromString(String name)
Creates or finds a Application |
static
Collection<Application |
values()
Gets known Application |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
RUNNING
public static final ApplicationGatewayOperationalState RUNNING
Static value Running for ApplicationGatewayOperationalState.
STARTING
public static final ApplicationGatewayOperationalState STARTING
Static value Starting for ApplicationGatewayOperationalState.
STOPPED
public static final ApplicationGatewayOperationalState STOPPED
Static value Stopped for ApplicationGatewayOperationalState.
STOPPING
public static final ApplicationGatewayOperationalState STOPPING
Static value Stopping for ApplicationGatewayOperationalState.
Constructor Details
ApplicationGatewayOperationalState
@Deprecated
public ApplicationGatewayOperationalState()
Deprecated
Creates a new instance of ApplicationGatewayOperationalState value.
Method Details
fromString
public static ApplicationGatewayOperationalState fromString(String name)
Creates or finds a ApplicationGatewayOperationalState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ApplicationGatewayOperationalState values.
Returns:
Applies to
Azure SDK for Java