你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchAccountContext.Encryption Property

Definition

Gets the encryption configuration for the Batch account.

public Microsoft.Azure.Management.Batch.Models.EncryptionProperties Encryption { get; }
member this.Encryption : Microsoft.Azure.Management.Batch.Models.EncryptionProperties
Public ReadOnly Property Encryption As EncryptionProperties

Property Value

Remarks

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

Applies to