Skip to content
DocsTry Aspire
DocsTry

IAzureKeyVaultResource Properties

InterfaceProperties3 members
Represents a resource that represents an Azure Key Vault.
Gets the output reference that represents the name of Azure Key Vault resource.
public abstract BicepOutputReference NameOutputReference { get; }
SecretResolverSection titled SecretResolverabstractnullableFunc<IAzureKeyVaultSecretReference, CancellationToken, Task<string?>>
Gets or sets the secret resolver function used to resolve secrets at runtime.
public abstract Func<IAzureKeyVaultSecretReference, CancellationToken, Task<string?>>? SecretResolver { get; set; }
Gets the output reference that represents the vault uri for the Azure Key Vault resource.
public abstract BicepOutputReference VaultUriOutputReference { get; }