KubernetesCluster.DefinitionStages.WithLocalAccounts Interface
public static interface KubernetesCluster.DefinitionStages.WithLocalAccounts
The stage of the Kubernetes cluster definition allowing to specify local accounts.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
disableLocalAccounts()
Disables authentication from local accounts. |
Method Details
disableLocalAccounts
public abstract KubernetesCluster.DefinitionStages.WithCreate disableLocalAccounts()
Disables authentication from local accounts.
Returns:
the next stage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java