Compartilhar via


BMSPOQueryObject Construtores

Definição

Sobrecargas

BMSPOQueryObject()

Inicializa uma nova instância da classe BMSPOQueryObject.

BMSPOQueryObject(String, String, String, String, String)

Inicializa uma nova instância da classe BMSPOQueryObject.

BMSPOQueryObject()

Inicializa uma nova instância da classe BMSPOQueryObject.

public BMSPOQueryObject ();
Public Sub New ()

Aplica-se a

BMSPOQueryObject(String, String, String, String, String)

Inicializa uma nova instância da classe BMSPOQueryObject.

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

Parâmetros

backupManagementType
String

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

workloadType
String

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

containerName
String

Nome completo do contêiner cujos Objetos Protegíveis devem ser retornados.

status
String

Parâmetro de consulta status backup.

friendlyName
String

Nome amigável.

Aplica-se a