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