共用方式為


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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The list of disk targets Batch Service will encrypt on the compute node.

Applies to