AgentPoolDetailedStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. AgentPoolDetailedStatus
- com.
- com.
public final class AgentPoolDetailedStatus
extends ExpandableStringEnum<AgentPoolDetailedStatus>
The current status of the agent pool.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Agent |
AVAILABLE
Static value Available for Agent |
|
static final
Agent |
ERROR
Static value Error for Agent |
|
static final
Agent |
PROVISIONING
Static value Provisioning for Agent |
Constructor Summary
| Constructor | Description |
|---|---|
| AgentPoolDetailedStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Agent |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Agent |
fromString(String name)
Creates or finds a Agent |
|
static
Collection<Agent |
values()
Gets known Agent |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AVAILABLE
public static final AgentPoolDetailedStatus AVAILABLE
Static value Available for AgentPoolDetailedStatus.
ERROR
public static final AgentPoolDetailedStatus ERROR
Static value Error for AgentPoolDetailedStatus.
PROVISIONING
public static final AgentPoolDetailedStatus PROVISIONING
Static value Provisioning for AgentPoolDetailedStatus.
Constructor Details
AgentPoolDetailedStatus
@Deprecated
public AgentPoolDetailedStatus()
Deprecated
Creates a new instance of AgentPoolDetailedStatus value.
Method Details
fromString
public static AgentPoolDetailedStatus fromString(String name)
Creates or finds a AgentPoolDetailedStatus from its string representation.
Parameters:
Returns:
values
public static Collection<AgentPoolDetailedStatus> values()
Gets known AgentPoolDetailedStatus values.
Returns: