BatchAccountUpdateParameters.Encryption Property

Definition

Gets or sets the encryption configuration for the Batch account.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

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