共用方式為


Secret.KeyVaultId Property

Definition

Gets or sets id of the Key-Vault where secret is stored (ex: secrets/AuthClientSecret/82ef4346187a4033a10d629cde07d740).

[Newtonsoft.Json.JsonProperty(PropertyName="keyVaultId")]
public string KeyVaultId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyVaultId")>]
member this.KeyVaultId : string with get, set
Public Property KeyVaultId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to