| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withCount(int count)
Set number of agents (VMs) to host docker containers.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withName(String name)
Set unique name of the pool profile in the context of the subscription and resource group.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withOsType(OSType osType)
Set osType to be used to specify os type.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withRole(OpenShiftAgentPoolProfileRole role)
Set define the role of the AgentPoolProfile.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withSubnetCidr(String subnetCidr)
Set subnet CIDR for the peering.
|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize)
Set size of agent VMs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/