Compartir a través de


ProtectionIntentQueryObject Constructores

Definición

Sobrecargas

ProtectionIntentQueryObject()

Inicializa una nueva instancia de la clase ProtectionIntentQueryObject.

ProtectionIntentQueryObject(String, String, String, String)

Inicializa una nueva instancia de la clase ProtectionIntentQueryObject.

ProtectionIntentQueryObject()

Inicializa una nueva instancia de la clase ProtectionIntentQueryObject.

public ProtectionIntentQueryObject();
Public Sub New ()

Se aplica a

ProtectionIntentQueryObject(String, String, String, String)

Inicializa una nueva instancia de la clase 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)

Parámetros

backupManagementType
String

Tipo de administración de copias de seguridad para el elemento de copia de seguridad. Entre los valores posibles se incluyen: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

itemType
String

Tipo de carga de trabajo que representa este elemento. Entre los valores posibles se incluyen: "Invalid", "SQLInstance", "SQLAvailabilityGroupContainer".

parentName
String

Nombre primario de la intención

itemName
String

Nombre del elemento de la intención

Se aplica a