public static interface KubernetesCluster.DefinitionStages.WithKeyVaultSecret
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithAgentPool |
withKeyVaultSecret(String secretName)
Specifies the KeyVault secret.
|
KubernetesCluster.DefinitionStages.WithAgentPool |
withKeyVaultSecret(String secretName,
String secretVersion)
Specifies the KeyVault secret and the version of it.
|
KubernetesCluster.DefinitionStages.WithAgentPool withKeyVaultSecret(String secretName)
secretName - the KeyVault reference to the secret which stores the password associated with the service principalKubernetesCluster.DefinitionStages.WithAgentPool withKeyVaultSecret(String secretName, String secretVersion)
secretName - the KeyVault reference to the secret which stores the password associated with the service principalsecretVersion - the KeyVault secret version to be used/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/