Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.ControlPlaneProfile
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of ControlPlaneProfile in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.controlPlane()
Get the controlPlane property: ControlPlane - ControlPlane Configuration.ProvisionedClustersCommonProperties.controlPlane()
Get the controlPlane property: ControlPlane - ControlPlane Configuration.ProvisionedClustersResponseProperties.controlPlane()
Get the controlPlane property: ControlPlane - ControlPlane Configuration.ControlPlaneProfile.withAvailabilityZones
(List<String> availabilityZones) Set the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.ControlPlaneProfile.withCloudProviderProfile
(CloudProviderProfile cloudProviderProfile) Set the cloudProviderProfile property: The underlying cloud infra provider properties.ControlPlaneProfile.withControlPlaneEndpoint
(ControlPlaneEndpointProfileControlPlaneEndpoint controlPlaneEndpoint) Set the controlPlaneEndpoint property: API server endpoint for the control plane.Set the count property: Count - Number of agents to host docker containers.ControlPlaneProfile.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: Profile for Linux VMs in the container service cluster.ControlPlaneProfile.withMaxCount
(Integer maxCount) Set the maxCount property: The maximum number of nodes for auto-scaling.ControlPlaneProfile.withMaxPods
(Integer maxPods) Set the maxPods property: The maximum number of pods that can run on a node.ControlPlaneProfile.withMinCount
(Integer minCount) Set the minCount property: The minimum number of nodes for auto-scaling.Set the mode property: Mode - AgentPoolMode represents mode of an agent pool.Set the name property: Unique name of the agent pool profile in the context of the subscription and resource group.ControlPlaneProfile.withNodeImageVersion
(String nodeImageVersion) Set the nodeImageVersion property: The version of node image.ControlPlaneProfile.withNodeLabels
(Map<String, String> nodeLabels) Set the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.ControlPlaneProfile.withNodeTaints
(List<String> nodeTaints) Set the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.ControlPlaneProfile.withOsType
(OsType osType) Set the osType property: OsType - OsType to be used to specify os type.ControlPlaneProfile.withVmSize
(String vmSize) Set the vmSize property: VmSize - The size of the agent pool VMs.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.withControlPlane
(ControlPlaneProfile controlPlane) Set the controlPlane property: ControlPlane - ControlPlane Configuration.ProvisionedClustersCommonProperties.withControlPlane
(ControlPlaneProfile controlPlane) Set the controlPlane property: ControlPlane - ControlPlane Configuration.ProvisionedClustersResponseProperties.withControlPlane
(ControlPlaneProfile controlPlane) Set the controlPlane property: ControlPlane - ControlPlane Configuration.