Uses of Class
com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAgentPoolProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of OpenShiftManagedClusterAgentPoolProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionOpenShiftManagedClusterAgentPoolProfile.withCount
(int count) Set number of agents (VMs) to host docker containers.Set unique name of the pool profile in the context of the subscription and resource group.OpenShiftManagedClusterAgentPoolProfile.withOsType
(OSType osType) Set osType to be used to specify os type.OpenShiftManagedClusterAgentPoolProfile.withRole
(OpenShiftAgentPoolProfileRole role) Set define the role of the AgentPoolProfile.OpenShiftManagedClusterAgentPoolProfile.withSubnetCidr
(String subnetCidr) Set subnet CIDR for the peering.OpenShiftManagedClusterAgentPoolProfile.withVmSize
(OpenShiftContainerServiceVMSize vmSize) Set size of agent VMs.