共用方式為


KeyVaultProperties.KeyIdentifier 屬性

定義

取得或設定版本密碼的完整路徑。 範例:https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053。 若要使用,必須符合下列必要條件:

Batch 帳戶具有系統指派的身分識別:帳戶身分識別已獲得金鑰/取得、金鑰/解除包裝和金鑰/包裝許可權。KeyVault 已啟用虛刪除和清除保護

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於