Freigeben über


WorkloadProtectableItem Konstruktoren

Definition

Überlädt

WorkloadProtectableItem()

Initialisiert eine neue instance der WorkloadProtectableItem-Klasse.

WorkloadProtectableItem(String, String, String, String)

Initialisiert eine neue instance der WorkloadProtectableItem-Klasse.

WorkloadProtectableItem()

Initialisiert eine neue instance der WorkloadProtectableItem-Klasse.

public WorkloadProtectableItem ();
Public Sub New ()

Gilt für:

WorkloadProtectableItem(String, String, String, String)

Initialisiert eine neue instance der WorkloadProtectableItem-Klasse.

public WorkloadProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState 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"

Gilt für: