Freigeben über


ProtectionIntentQueryObject Konstruktoren

Definition

Überlädt

ProtectionIntentQueryObject()

Initialisiert eine neue instance der ProtectionIntentQueryObject-Klasse.

ProtectionIntentQueryObject(String, String, String, String)

Initialisiert eine neue instance der ProtectionIntentQueryObject-Klasse.

ProtectionIntentQueryObject()

Initialisiert eine neue instance der ProtectionIntentQueryObject-Klasse.

public ProtectionIntentQueryObject ();
Public Sub New ()

Gilt für:

ProtectionIntentQueryObject(String, String, String, String)

Initialisiert eine neue instance der ProtectionIntentQueryObject-Klasse.

public ProtectionIntentQueryObject (string backupManagementType = default, string itemType = default, string parentName = default, string itemName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject
Public Sub New (Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional parentName As String = Nothing, Optional itemName As String = Nothing)

Parameter

backupManagementType
String

Sicherungsverwaltungstyp für das gesicherte Element. Mögliche Werte: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", "DefaultBackup"

itemType
String

Der Workloadtyp, den dieses Element darstellt. Mögliche Werte: "Invalid", "SQLInstance", "SQLAvailabilityGroupContainer"

parentName
String

Übergeordneter Name der Absicht

itemName
String

Elementname der Absicht

Gilt für: