Interface KubernetesCluster.DefinitionStages.WithManagedServiceIdentity
-
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate,KubernetesCluster.DefinitionStages.WithServicePrincipalClientId
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithManagedServiceIdentityThe stage of the Kubernetes cluster definition allowing to specify the auto-scale profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.DefinitionStages.WithCreatewithSystemAssignedManagedServiceIdentity()Specifies that System Assigned Managed Service Identity needs to be enabled in the cluster.
-
-
-
Method Detail
-
withSystemAssignedManagedServiceIdentity
KubernetesCluster.DefinitionStages.WithCreate withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned Managed Service Identity needs to be enabled in the cluster.- Returns:
- the next stage of the web app definition
-
-