IAzureKeyVaultResource
Interface net8.0
Represents a resource that represents an Azure Key Vault.
namespace Aspire.Hosting.Azure;
public interface IAzureKeyVaultResource : Aspire.Hosting.ApplicationModel.IAzureResource, Aspire.Hosting.ApplicationModel.IResource{ // ...} IAzureResourceIResource
Properties3
Section titled PropertiesNameOutputReferenceabstractget Gets the output reference that represents the name of Azure Key Vault resource.
SecretResolverabstractget; setFunc<IAzureKeyVaultSecretReference, CancellationToken, Task<string?>> Gets or sets the secret resolver function used to resolve secrets at runtime.
VaultUriOutputReferenceabstractget Gets the output reference that represents the vault uri for the Azure Key Vault resource.