Partager via


ProtectionIntentQueryObject Constructeurs

Définition

Surcharges

ProtectionIntentQueryObject()

Initialise une nouvelle instance de la classe ProtectionIntentQueryObject.

ProtectionIntentQueryObject(String, String, String, String)

Initialise une nouvelle instance de la classe ProtectionIntentQueryObject.

ProtectionIntentQueryObject()

Initialise une nouvelle instance de la classe ProtectionIntentQueryObject.

public ProtectionIntentQueryObject ();
Public Sub New ()

S’applique à

ProtectionIntentQueryObject(String, String, String, String)

Initialise une nouvelle instance de la classe ProtectionIntentQueryObject.

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)

Paramètres

backupManagementType
String

Type de gestion des sauvegardes pour l’élément sauvegardé. Les valeurs possibles sont les suivantes : « Invalid », « AzureIaasVM », « MAB », « DPM », « AzureBackupServer », « AzureSql », « AzureStorage », « AzureWorkload », « DefaultBackup »

itemType
String

Type de charge de travail que cet élément représente. Les valeurs possibles sont les suivantes : « Invalid », « SQLInstance », « SQLAvailabilityGroupContainer »

parentName
String

Nom parent de l’intention

itemName
String

Nom de l’élément de l’intention

S’applique à