次の方法で共有


IContainerAppSecret.KeyVaultUrl Property

Definition

Azure Key Vault URL pointing to the secret referenced by the container app.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Azure Key Vault URL pointing to the secret referenced by the container app.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="keyVaultUrl", Update=false)]
public string KeyVaultUrl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Azure Key Vault URL pointing to the secret referenced by the container app.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="keyVaultUrl", Update=false)>]
member this.KeyVaultUrl : string
Public ReadOnly Property KeyVaultUrl As String

Property Value

Attributes

Applies to