AzureKeyVaultResource Properties
Class Properties 5 members
A resource that represents an Azure Key Vault.
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; } Gets the "name" output reference for the Azure Key Vault resource.
public BicepOutputReference NameOutputReference { get; } Gets the endpoint URI expression for the Key Vault resource.
public ReferenceExpression UriExpression { get; }Remarks
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/. Gets the "vaultUri" output reference for the Azure Key Vault resource.
public BicepOutputReference VaultUri { get; }