| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withCount(int count)
Set the count property: Number of agents (VMs) to host docker containers.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withName(String name)
Set the name property: Unique name of the pool profile in the context of the subscription and resource group.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withOsType(OSType osType)
Set the osType property: OsType to be used to specify os type.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withRole(OpenShiftAgentPoolProfileRole role)
Set the role property: Define the role of the AgentPoolProfile.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withSubnetCidr(String subnetCidr)
Set the subnetCidr property: Subnet CIDR for the peering.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize)
Set the vmSize property: Size of agent VMs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.