Freigeben über


ProtectionPolicyQueryObject Konstruktoren

Definition

Überlädt

ProtectionPolicyQueryObject()

Initialisiert eine neue instance der ProtectionPolicyQueryObject-Klasse.

ProtectionPolicyQueryObject(String, String, String)

Initialisiert eine neue instance der ProtectionPolicyQueryObject-Klasse.

ProtectionPolicyQueryObject()

Initialisiert eine neue instance der ProtectionPolicyQueryObject-Klasse.

public ProtectionPolicyQueryObject ();
Public Sub New ()

Gilt für:

ProtectionPolicyQueryObject(String, String, String)

Initialisiert eine neue instance der ProtectionPolicyQueryObject-Klasse.

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

Parameter

backupManagementType
String

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

fabricName
String

Fabricname für Filter

workloadType
String

Workloadtyp für die Sicherungsrichtlinie. Mögliche Werte: "Invalid", "VM", "FileFolder", "AzureSqlDb", "SQLDB", "Exchange", "Sharepoint", "VMwareVM", "SystemState", "Client", "GenericDataSource", "SQLDataBase", "AzureFileShare", "SAPHanaDatabase", "SAPAseDatabase"

Gilt für: