Interface KubernetesCluster.UpdateStages.WithNetworkProfile
-
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithNetworkProfileThe stage of the Kubernetes cluster update definition allowing to specify the cluster's network profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.UpdatewithNetworkProfile(ContainerServiceNetworkProfile networkProfile)Updates the cluster's network profile.
-
-
-
Method Detail
-
withNetworkProfile
KubernetesCluster.Update withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Updates the cluster's network profile.- Parameters:
networkProfile- the cluster's networkProfile- Returns:
- the next stage of the update
-
-