Skip to content
Docs Try Aspire

AzureKeyVaultResource Properties

Class Properties 5 members
A resource that represents an Azure Key Vault.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string template for the manifest for the Azure Key Vault resource.
public ReferenceExpression ConnectionStringExpression { get; }
Gets a value indicating whether the Azure Key Vault resource is running in the local emulator.
public bool IsEmulator { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the Azure Key Vault resource.
public BicepOutputReference NameOutputReference { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the endpoint URI expression for the Key Vault resource.
public ReferenceExpression UriExpression { get; }
In container mode (emulator), resolves to the container's HTTPS endpoint URL. In Azure mode, resolves to the Azure Key Vault URI. Format: https://{name}.vault.azure.net/.
VaultUri Section titled VaultUri BicepOutputReference
Gets the "vaultUri" output reference for the Azure Key Vault resource.
public BicepOutputReference VaultUri { get; }