Compartilhar via


BMSRefreshContainersQueryObject Construtores

Definição

Sobrecargas

BMSRefreshContainersQueryObject()

Inicializa uma nova instância da classe BMSRefreshContainersQueryObject.

BMSRefreshContainersQueryObject(String)

Inicializa uma nova instância da classe BMSRefreshContainersQueryObject.

BMSRefreshContainersQueryObject()

Inicializa uma nova instância da classe BMSRefreshContainersQueryObject.

public BMSRefreshContainersQueryObject ();
Public Sub New ()

Aplica-se a

BMSRefreshContainersQueryObject(String)

Inicializa uma nova instância da classe BMSRefreshContainersQueryObject.

public BMSRefreshContainersQueryObject (string backupManagementType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRefreshContainersQueryObject : string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRefreshContainersQueryObject
Public Sub New (Optional backupManagementType As String = Nothing)

Parâmetros

backupManagementType
String

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

Aplica-se a