Interface KubernetesCluster.DefinitionStages.WithManagedServiceIdentity
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate,KubernetesCluster.DefinitionStages.WithLinuxRootUsername,KubernetesCluster.DefinitionStages.WithServicePrincipalClientId
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithManagedServiceIdentity
The stage of the Kubernetes cluster definition allowing to specify the auto-scale profile.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that System Assigned Managed Service Identity needs to be enabled in the cluster.
-
Method Details
-
withSystemAssignedManagedServiceIdentity
KubernetesCluster.DefinitionStages.WithCreate withSystemAssignedManagedServiceIdentity()Specifies that System Assigned Managed Service Identity needs to be enabled in the cluster.- Returns:
- the next stage
-