DiskEncryptionConfiguration Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET