Uses of Interface
com.azure.resourcemanager.hybridcontainerservice.models.AgentPool.Update
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of AgentPool.Update in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionAgentPool.update()
Begins update for the AgentPool resource.AgentPool.UpdateStages.WithAvailabilityZones.withAvailabilityZones
(List<String> availabilityZones) Specifies the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.AgentPool.UpdateStages.WithCloudProviderProfile.withCloudProviderProfile
(CloudProviderProfile cloudProviderProfile) Specifies the cloudProviderProfile property: The underlying cloud infra provider properties..Specifies the count property: Count - Number of agents to host docker containers.AgentPool.UpdateStages.WithExtendedLocation.withExtendedLocation
(AgentPoolExtendedLocation extendedLocation) Specifies the extendedLocation property: The extendedLocation property..AgentPool.UpdateStages.WithMaxCount.withMaxCount
(Integer maxCount) Specifies the maxCount property: The maximum number of nodes for auto-scaling.AgentPool.UpdateStages.WithMaxPods.withMaxPods
(Integer maxPods) Specifies the maxPods property: The maximum number of pods that can run on a node..AgentPool.UpdateStages.WithMinCount.withMinCount
(Integer minCount) Specifies the minCount property: The minimum number of nodes for auto-scaling.Specifies the mode property: Mode - AgentPoolMode represents mode of an agent pool.AgentPool.UpdateStages.WithNodeImageVersion.withNodeImageVersion
(String nodeImageVersion) Specifies the nodeImageVersion property: The version of node image.AgentPool.UpdateStages.WithNodeLabels.withNodeLabels
(Map<String, String> nodeLabels) Specifies the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool..AgentPool.UpdateStages.WithNodeTaints.withNodeTaints
(List<String> nodeTaints) Specifies the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.AgentPool.UpdateStages.WithOsType.withOsType
(OsType osType) Specifies the osType property: OsType - OsType to be used to specify os type.AgentPool.UpdateStages.WithStatus.withStatus
(AgentPoolProvisioningStatusStatus status) Specifies the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.Specifies the tags property: Resource tags..AgentPool.UpdateStages.WithVmSize.withVmSize
(String vmSize) Specifies the vmSize property: VmSize - The size of the agent pool VMs..