次の方法で共有


BMSPOQueryObject コンストラクター

定義

オーバーロード

BMSPOQueryObject()

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

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

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

BMSPOQueryObject()

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

public BMSPOQueryObject ();
Public Sub New ()

適用対象

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

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)

パラメーター

backupManagementType
String

バックアップ管理の種類。 使用できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

workloadType
String

ワークロードの種類。 使用可能な値には、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' などがあります。

containerName
String

保護可能なオブジェクトを返す必要があるコンテナーの完全な名前。

status
String

バックアップ状態クエリ パラメーター。

friendlyName
String

フレンドリ名。

適用対象