Compartilhar via


ProtectedItemQueryObject Construtores

Definição

Sobrecargas

ProtectedItemQueryObject()

Inicializa uma nova instância da classe ProtectedItemQueryObject.

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

Inicializa uma nova instância da classe ProtectedItemQueryObject.

ProtectedItemQueryObject()

Inicializa uma nova instância da classe ProtectedItemQueryObject.

public ProtectedItemQueryObject ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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.Models.ProtectedItemQueryObject : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.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 integridade do item de backup. Os valores possíveis incluem: 'Passed', 'ActionRequired', 'ActionSuggested', 'Invalid'

backupManagementType
String

Tipo de gerenciamento de backup para o item de backup. Os valores possíveis incluem: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

itemType
String

Tipo de carga de trabalho que este item representa. Os valores possíveis incluem: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'

policyName
String

Nome da política de backup associado ao item de backup.

containerName
String

Nome do contêiner.

backupEngineName
String

Nome do Mecanismo de Backup

friendlyName
String

Nome amigável do item protegido

fabricName
String

Nome da malha.

backupSetName
String

Nome do conjunto de backup.

Aplica-se a