IAzureKeyVaultResource Methods
InterfaceMethods1 member
Represents a resource that represents an Azure Key Vault.
Gets a secret reference for the specified secret name.
public interface IAzureKeyVaultResource{ public abstract IAzureKeyVaultSecretReference GetSecret( string secretName) { // ... }}Parameters
secretNamestringThe name of the secret.Returns
IAzureKeyVaultSecretReferenceA reference to the secret.