Uses of Class
com.microsoft.azure.management.containerservice.KeyVaultSecretRef
Packages that use KeyVaultSecretRef
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of KeyVaultSecretRef in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return KeyVaultSecretRefModifier and TypeMethodDescriptionContainerServiceServicePrincipalProfile.keyVaultSecretRef()
Get reference to a secret stored in Azure Key Vault.KeyVaultSecretRef.withSecretName
(String secretName) Set the secret name.KeyVaultSecretRef.withVaultID
(String vaultID) Set key vault identifier.KeyVaultSecretRef.withVersion
(String version) Set the secret version.Methods in com.microsoft.azure.management.containerservice with parameters of type KeyVaultSecretRefModifier and TypeMethodDescriptionContainerServiceServicePrincipalProfile.withKeyVaultSecretRef
(KeyVaultSecretRef keyVaultSecretRef) Set reference to a secret stored in Azure Key Vault.