共用方式為


BatchAccountCreateParameters.Encryption 屬性

定義

取得或設定 Batch 帳戶的加密組態。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encryption")]
public Microsoft.Azure.Management.Batch.Models.EncryptionProperties Encryption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryption")>]
member this.Encryption : Microsoft.Azure.Management.Batch.Models.EncryptionProperties with get, set
Public Property Encryption As EncryptionProperties

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

設定客戶資料在 Batch 帳戶內加密的方式。 根據預設,帳戶會使用 Microsoft 受控金鑰進行加密。 如需其他控制,可以改用客戶管理的金鑰。

適用於