Freigeben über


AzureIaaSComputeVMProtectableItem Konstruktoren

Definition

Überlädt

AzureIaaSComputeVMProtectableItem()

Initialisiert eine neue instance der AzureIaaSComputeVMProtectableItem-Klasse.

AzureIaaSComputeVMProtectableItem(String, String, String, String, String, String, String)

Initialisiert eine neue instance der AzureIaaSComputeVMProtectableItem-Klasse.

AzureIaaSComputeVMProtectableItem()

Initialisiert eine neue instance der AzureIaaSComputeVMProtectableItem-Klasse.

public AzureIaaSComputeVMProtectableItem ();
Public Sub New ()

Gilt für:

AzureIaaSComputeVMProtectableItem(String, String, String, String, String, String, String)

Initialisiert eine neue instance der AzureIaaSComputeVMProtectableItem-Klasse.

public AzureIaaSComputeVMProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string virtualMachineId = default, string virtualMachineVersion = default, string resourceGroup = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSComputeVMProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSComputeVMProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional virtualMachineId As String = Nothing, Optional virtualMachineVersion As String = Nothing, Optional resourceGroup As String = Nothing)

Parameter

backupManagementType
String

Typ der Sicherungsverwaltung zum Sichern eines Elements.

workloadType
String

Workloadtyp für die Sicherungsverwaltung

friendlyName
String

Anzeigename des Sicherungselements.

protectionState
String

Status des Sicherungselements. Mögliche Werte: "Invalid", "NotProtected", "Protecting", "Protected", "ProtectionFailed"

virtualMachineId
String

Vollqualifizierte ARM-ID des virtuellen Computers.

virtualMachineVersion
String

Gibt an, ob der Container eine klassische oder eine Azure Resource Manager-VM darstellt.

resourceGroup
String

Ressourcengruppenname des Recovery Services-Tresors.

Gilt für: