| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static OpenShiftAgentPoolProfileRole |
OpenShiftAgentPoolProfileRole.COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole.
|
static OpenShiftAgentPoolProfileRole |
OpenShiftAgentPoolProfileRole.INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenShiftAgentPoolProfileRole |
OpenShiftAgentPoolProfileRole.fromString(String name)
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.
|
OpenShiftAgentPoolProfileRole |
OpenShiftManagedClusterAgentPoolProfile.role()
Get the role property: Define the role of the AgentPoolProfile.
|
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withRole(OpenShiftAgentPoolProfileRole role)
Set the role property: Define the role of the AgentPoolProfile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.