Interface KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool OS disk size.
-
Method Summary
Modifier and TypeMethodDescriptionwithOSDiskSizeInGB(int osDiskSizeInGB) OS disk size in GB to be used for each virtual machine in the agent pool.
-
Method Details
-
withOSDiskSizeInGB
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withOSDiskSizeInGB(int osDiskSizeInGB) OS disk size in GB to be used for each virtual machine in the agent pool.- Parameters:
osDiskSizeInGB- OS Disk Size in GB to be used for every machine in the agent pool- Returns:
- the next stage of the definition
-