KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode) |
Specifies the agent pool mode for the agents.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolType(AgentPoolType agentPoolType) |
Set agent pool type to every virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolTypeName(String agentPoolTypeName) |
Set agent pool type by type name.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int count) |
Specifies the number of agents (Virtual Machines) to host docker containers.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAutoScaling.withAutoScaling(int minimumNodeSize,
int maximumNodeSize) |
Enables the auto-scaling with maximum/minimum number of nodes.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones.withAvailabilityZones(Integer... zones) |
Specifies the availability zones.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithDiskType.withKubeletDiskType(KubeletDiskType kubeletDiskType) |
The disk type for the placement of emptyDir volumes, container runtime data root,
and Kubelet ephemeral storage.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount.withMaxPodsCount(int podsCount) |
Specifies the maximum number of pods that can run on a node.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints.withNodeLabels(Map<String,String> nodeLabels) |
Specifies the node labels for all nodes.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints.withNodeTaints(List<String> nodeTaints) |
Specifies the node labels.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize.withOSDiskSizeInGB(int osDiskSizeInGB) |
OS disk size in GB to be used for each virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithDiskType.withOSDiskType(OSDiskType osDiskType) |
The OS disk type to be used for machines in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType) |
OS type to be used for each virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withSpotPriorityVirtualMachine() |
Specify that virtual machines should be spot priority VMs.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withSpotPriorityVirtualMachine(ScaleSetEvictionPolicy policy) |
Specify that virtual machines should be spot priority VMs with provided eviction policy.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithTags.withTag(String key,
String value) |
Adds a tag to the agents.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags for the agents.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithBillingProfile.withVirtualMachineMaximumPrice(Double maxPriceInUsDollars) |
Sets the maximum price for virtual machine in agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withVirtualMachinePriority(ScaleSetPriority priority) |
Specifies the priority of the virtual machines.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithVirtualNetwork.withVirtualNetwork(String virtualNetworkId,
String subnetName) |
Specifies the virtual network to be used for the agents.
|