Compartir a través de


ProtectedItemQueryObject Constructores

Definición

Sobrecargas

ProtectedItemQueryObject()

Inicializa una nueva instancia de la clase ProtectedItemQueryObject.

ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String)

Inicializa una nueva instancia de la clase ProtectedItemQueryObject.

ProtectedItemQueryObject()

Inicializa una nueva instancia de la clase ProtectedItemQueryObject.

public ProtectedItemQueryObject ();
Public Sub New ()

Se aplica a

ProtectedItemQueryObject(String, String, String, String, String, String, String, String, String)

Inicializa una nueva instancia de la clase ProtectedItemQueryObject.

public ProtectedItemQueryObject (string healthState = default, string backupManagementType = default, string itemType = default, string policyName = default, string containerName = default, string backupEngineName = default, string friendlyName = default, string fabricName = default, string backupSetName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemQueryObject : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemQueryObject
Public Sub New (Optional healthState As String = Nothing, Optional backupManagementType As String = Nothing, Optional itemType As String = Nothing, Optional policyName As String = Nothing, Optional containerName As String = Nothing, Optional backupEngineName As String = Nothing, Optional friendlyName As String = Nothing, Optional fabricName As String = Nothing, Optional backupSetName As String = Nothing)

Parámetros

healthState
String

Estado de mantenimiento del elemento de copia de seguridad. Entre los valores posibles se incluyen: "Passed", "ActionRequired", "ActionSuggested", "Invalid"

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', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'

policyName
String

Nombre de la directiva de copia de seguridad asociado al elemento de copia de seguridad.

containerName
String

Nombre del contenedor.

backupEngineName
String

Nombre del motor de copia de seguridad

friendlyName
String

Nombre descriptivo del elemento protegido

fabricName
String

Nombre del tejido.

backupSetName
String

Nombre del conjunto de copia de seguridad.

Se aplica a