Class ManagedClusterAgentPoolProfile
java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfileProperties
com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfile
Profile for the container service agent pool.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get unique name of the agent pool profile in the context of the subscription and resource group.Set unique name of the agent pool profile in the context of the subscription and resource group.Methods inherited from class com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfileProperties
availabilityZones, count, enableAutoScaling, enableNodePublicIP, maxCount, maxPods, minCount, mode, nodeImageVersion, nodeLabels, nodeTaints, orchestratorVersion, osDiskSizeGB, osDiskType, osType, powerState, provisioningState, proximityPlacementGroupID, scaleSetEvictionPolicy, scaleSetPriority, spotMaxPrice, tags, type, upgradeSettings, vmSize, vnetSubnetID, withAvailabilityZones, withCount, withEnableAutoScaling, withEnableNodePublicIP, withMaxCount, withMaxPods, withMinCount, withMode, withNodeLabels, withNodeTaints, withOrchestratorVersion, withOsDiskSizeGB, withOsDiskType, withOsType, withProximityPlacementGroupID, withScaleSetEvictionPolicy, withScaleSetPriority, withSpotMaxPrice, withTags, withType, withUpgradeSettings, withVmSize, withVnetSubnetID
-
Constructor Details
-
ManagedClusterAgentPoolProfile
public ManagedClusterAgentPoolProfile()
-
-
Method Details
-
name
Get unique name of the agent pool profile in the context of the subscription and resource group.- Returns:
- the name value
-
withName
Set unique name of the agent pool profile in the context of the subscription and resource group.- Parameters:
name
- the name value to set- Returns:
- the ManagedClusterAgentPoolProfile object itself.
-