DiskEncryptionConfiguration(IList<DiskEncryptionTarget>) Constructor

Definition

Initializes a new instance of the DiskEncryptionConfiguration class.

public DiskEncryptionConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Batch.Common.DiskEncryptionTarget> targets);
new Microsoft.Azure.Batch.DiskEncryptionConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Batch.Common.DiskEncryptionTarget> -> Microsoft.Azure.Batch.DiskEncryptionConfiguration
Public Sub New (targets As IList(Of DiskEncryptionTarget))

Parameters

targets
IList<DiskEncryptionTarget>

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

Applies to