AzureKeyVaultResource.getSecret
Method
interface AzureKeyVaultResource { // ... omitted for brevity getSecret(secretName: string): IAzureKeyVaultSecretReference;}Signature
method
getSecretGets a secret reference for the specified secret name from the Azure Key Vault resource.
getSecret(secretName: string): IAzureKeyVaultSecretReferenceParameters
secretNamestringReturns
IAzureKeyVaultSecretReferenceDefined on
This method is defined on the following type: