Freigeben über


IVirtualMachineEncryption.EnableAsync Methode

Definition

Überlädt

EnableAsync(LinuxVMDiskEncryptionConfiguration, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Linux-Computer.

EnableAsync(WindowsVMDiskEncryptionConfiguration, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Windows-Computer.

EnableAsync(String, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Computer.

EnableAsync(String, String, String, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Computer.

EnableAsync(LinuxVMDiskEncryptionConfiguration, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Linux-Computer.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor> EnableAsync (Microsoft.Azure.Management.Compute.Fluent.LinuxVMDiskEncryptionConfiguration encryptionSettings, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableAsync : Microsoft.Azure.Management.Compute.Fluent.LinuxVMDiskEncryptionConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
Public Function EnableAsync (encryptionSettings As LinuxVMDiskEncryptionConfiguration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDiskVolumeEncryptionMonitor)

Parameter

encryptionSettings
LinuxVMDiskEncryptionConfiguration

Verschlüsselungseinstellungen für virtuelle Windows-Computer.

cancellationToken
CancellationToken

Gibt zurück

Gilt für:

EnableAsync(WindowsVMDiskEncryptionConfiguration, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Windows-Computer.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor> EnableAsync (Microsoft.Azure.Management.Compute.Fluent.WindowsVMDiskEncryptionConfiguration encryptionSettings, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableAsync : Microsoft.Azure.Management.Compute.Fluent.WindowsVMDiskEncryptionConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
Public Function EnableAsync (encryptionSettings As WindowsVMDiskEncryptionConfiguration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDiskVolumeEncryptionMonitor)

Parameter

encryptionSettings
WindowsVMDiskEncryptionConfiguration

Verschlüsselungseinstellungen für virtuelle Windows-Computer.

cancellationToken
CancellationToken

Gibt zurück

Gilt für:

EnableAsync(String, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Computer.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor> EnableAsync (string keyVaultId, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
Public Function EnableAsync (keyVaultId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDiskVolumeEncryptionMonitor)

Parameter

keyVaultId
String

Ressourcen-ID des Schlüsseltresors zum Speichern des Datenträgerverschlüsselungsschlüssels.

cancellationToken
CancellationToken

Gibt zurück

Gilt für:

EnableAsync(String, String, String, CancellationToken)

Aktivieren Sie die Verschlüsselung für Datenträger virtueller Computer.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor> EnableAsync (string keyVaultId, string aadClientId, string aadSecret, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
Public Function EnableAsync (keyVaultId As String, aadClientId As String, aadSecret As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDiskVolumeEncryptionMonitor)

Parameter

keyVaultId
String

Ressourcen-ID des Schlüsseltresors zum Speichern des Datenträgerverschlüsselungsschlüssels.

aadClientId
String

Client-ID einer AAD-Anwendung, die über die Berechtigung für den Schlüsseltresor verfügt.

aadSecret
String

Der geheime Clientschlüssel entspricht der aadClientId.

cancellationToken
CancellationToken

Gibt zurück

Gilt für: