共用方式為


KeySource 列舉

定義

定義 KeySource 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KeySource
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KeySource = 
Public Enum KeySource
繼承
KeySource
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

MicrosoftBatch 0

Batch 會建立和管理用來保護帳戶資料的加密金鑰。

MicrosoftKeyVault 1

用來保護帳戶資料的加密金鑰會儲存在外部金鑰保存庫中。 如果已設定此選項,則必須將 Batch 帳戶身分識別設定為 SystemAssigned ,而且也必須在 keyVaultProperties 下提供有效的金鑰識別碼。

適用於