次の方法で共有


BMSRefreshContainersQueryObject コンストラクター

定義

オーバーロード

BMSRefreshContainersQueryObject()

BMSRefreshContainersQueryObject クラスの新しいインスタンスを初期化します。

BMSRefreshContainersQueryObject(String)

BMSRefreshContainersQueryObject クラスの新しいインスタンスを初期化します。

BMSRefreshContainersQueryObject()

BMSRefreshContainersQueryObject クラスの新しいインスタンスを初期化します。

public BMSRefreshContainersQueryObject ();
Public Sub New ()

適用対象

BMSRefreshContainersQueryObject(String)

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)

パラメーター

backupManagementType
String

このコンテナーのバックアップ管理の種類。 指定できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

適用対象