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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.Update<ParentT>withKubeletDiskType(KubeletDiskType kubeletDiskType)The disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
-
-
-
Method Detail
-
withKubeletDiskType
KubernetesClusterAgentPool.Update<ParentT> withKubeletDiskType(KubeletDiskType kubeletDiskType)
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
-
-