DiskEncryptionConfiguration.Targets Property

Definition

Gets or sets the list of disk targets Batch Service will encrypt on the compute node

[Newtonsoft.Json.JsonProperty(PropertyName="targets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DiskEncryptionTarget> Targets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targets")>]
member this.Targets : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DiskEncryptionTarget> with get, set
Public Property Targets As IList(Of DiskEncryptionTarget)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.

Applies to