| Modifier and Type | Method and Description |
|---|---|
KeyVaultSecretRef |
ContainerServiceServicePrincipalProfile.keyVaultSecretRef()
Get reference to a secret stored in Azure Key Vault.
|
KeyVaultSecretRef |
KeyVaultSecretRef.withSecretName(String secretName)
Set the secret name.
|
KeyVaultSecretRef |
KeyVaultSecretRef.withVaultID(String vaultID)
Set key vault identifier.
|
KeyVaultSecretRef |
KeyVaultSecretRef.withVersion(String version)
Set the secret version.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceServicePrincipalProfile |
ContainerServiceServicePrincipalProfile.withKeyVaultSecretRef(KeyVaultSecretRef keyVaultSecretRef)
Set reference to a secret stored in Azure Key Vault.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/