Interface KubernetesClusterAgentPool.UpdateStages.WithDiskType<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Update<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.UpdateStages
public static interface KubernetesClusterAgentPool.UpdateStages.WithDiskType<ParentT>
The stage of a container service agent pool update allowing to specify the agent pool disk type.
-
Method Summary
Modifier and TypeMethodDescriptionwithKubeletDiskType(KubeletDiskType kubeletDiskType) The disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
-
Method Details
-
withKubeletDiskType
The disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.- Parameters:
kubeletDiskType- the disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.- Returns:
- the next stage of the update
-