addSecret
Function
interface AzureKeyVaultResource { // ... omitted for brevity addSecret( name: string, parameterResource: ParameterResource): AzureKeyVaultSecretResource;}Signature
method
addSecret builder Adds a secret to the Azure Key Vault from a parameter resource
addSecret( name: string, parameterResource: ParameterResource): AzureKeyVaultSecretResourceParameters
name string parameterResource ParameterResource Returns
AzureKeyVaultSecretResource Applies to
This function is an extension method on the following types: