public static interface KubernetesCluster.DefinitionStages.WithServicePrincipalProfile
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithKeyVaultSecret |
withKeyVaultReference(String vaultId)
Properties for cluster service principals.
|
KubernetesCluster.DefinitionStages.WithAgentPool |
withServicePrincipalSecret(String secret)
Properties for service principal.
|
KubernetesCluster.DefinitionStages.WithAgentPool withServicePrincipalSecret(String secret)
secret - the secret password associated with the service principalKubernetesCluster.DefinitionStages.WithKeyVaultSecret withKeyVaultReference(String vaultId)
vaultId - the ID for the service principal/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/