Delen via


DiskEncryptionConfiguration Constructors

Definitie

Overloads

DiskEncryptionConfiguration()

Initialiseert een nieuw exemplaar van de klasse DiskEncryptionConfiguration.

DiskEncryptionConfiguration(IList<DiskEncryptionTarget>)

Initialiseert een nieuw exemplaar van de klasse DiskEncryptionConfiguration.

DiskEncryptionConfiguration()

Initialiseert een nieuw exemplaar van de klasse DiskEncryptionConfiguration.

public DiskEncryptionConfiguration ();
Public Sub New ()

Van toepassing op

DiskEncryptionConfiguration(IList<DiskEncryptionTarget>)

Initialiseert een nieuw exemplaar van de klasse DiskEncryptionConfiguration.

public DiskEncryptionConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DiskEncryptionTarget> targets = default);
new Microsoft.Azure.Management.Batch.Models.DiskEncryptionConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DiskEncryptionTarget> -> Microsoft.Azure.Management.Batch.Models.DiskEncryptionConfiguration
Public Sub New (Optional targets As IList(Of DiskEncryptionTarget) = Nothing)

Parameters

targets
IList<DiskEncryptionTarget>

De lijst met schijfdoelen die batchservice op het rekenknooppunt versleutelt

Van toepassing op