Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAgentPoolProfile
-
Packages that use OpenShiftManagedClusterAgentPoolProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OpenShiftManagedClusterAgentPoolProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type OpenShiftManagedClusterAgentPoolProfile Modifier and Type Method Description List<OpenShiftManagedClusterAgentPoolProfile>OpenShiftManagedClusterInner. agentPoolProfiles()Get the agentPoolProfiles property: Configuration of OpenShift cluster VMs.List<OpenShiftManagedClusterAgentPoolProfile>OpenShiftManagedClusterProperties. agentPoolProfiles()Get the agentPoolProfiles property: Configuration of OpenShift cluster VMs.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type OpenShiftManagedClusterAgentPoolProfile Modifier and Type Method Description OpenShiftManagedClusterInnerOpenShiftManagedClusterInner. withAgentPoolProfiles(List<OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles)Set the agentPoolProfiles property: Configuration of OpenShift cluster VMs.OpenShiftManagedClusterPropertiesOpenShiftManagedClusterProperties. withAgentPoolProfiles(List<OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles)Set the agentPoolProfiles property: Configuration of OpenShift cluster VMs. -
Uses of OpenShiftManagedClusterAgentPoolProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterAgentPoolProfile Modifier and Type Method Description OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withCount(int count)Set the count property: Number of agents (VMs) to host docker containers.OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withName(String name)Set the name property: Unique name of the pool profile in the context of the subscription and resource group.OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withRole(OpenShiftAgentPoolProfileRole role)Set the role property: Define the role of the AgentPoolProfile.OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withSubnetCidr(String subnetCidr)Set the subnetCidr property: Subnet CIDR for the peering.OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withVmSize(OpenShiftContainerServiceVMSize vmSize)Set the vmSize property: Size of agent VMs.
-