Interface KubernetesCluster.UpdateStages.WithNetworkProfile
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithNetworkProfile
The stage of the Kubernetes cluster update definition allowing to specify the cluster's network profile.
-
Method Summary
Modifier and TypeMethodDescriptionwithNetworkProfile(ContainerServiceNetworkProfile networkProfile) Updates the cluster's network profile.
-
Method Details
-
withNetworkProfile
Updates the cluster's network profile.- Parameters:
networkProfile- the cluster's networkProfile- Returns:
- the next stage of the update
-