Interface KubernetesCluster.DefinitionStages.WithLinuxRootUsername
- All Superinterfaces:
KubernetesCluster.DefinitionStages.WithManagedServiceIdentity,KubernetesCluster.DefinitionStages.WithServicePrincipalClientId
- All Known Subinterfaces:
KubernetesCluster.Definition
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithLinuxRootUsername
extends KubernetesCluster.DefinitionStages.WithServicePrincipalClientId
The stage of the Kubernetes cluster definition allowing to specific the Linux root username.
-
Method Summary
Modifier and TypeMethodDescriptionwithRootUsername(String rootUserName) Begins the definition to specify Linux root username.Methods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.WithManagedServiceIdentity
withSystemAssignedManagedServiceIdentityMethods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.WithServicePrincipalClientId
withServicePrincipalClientId
-
Method Details
-
withRootUsername
Begins the definition to specify Linux root username.- Parameters:
rootUserName- the root username- Returns:
- the next stage of the definition
-