次の方法で共有


ProtectedItemQueryObject コンストラクター

定義

オーバーロード

ProtectedItemQueryObject()

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

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

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

ProtectedItemQueryObject()

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

public ProtectedItemQueryObject ();
Public Sub New ()

適用対象

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

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.CrossRegionRestore.Models.ProtectedItemQueryObject : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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)

パラメーター

healthState
String

バックアップされたアイテムの正常性状態。 使用できる値は、'Passed'、'ActionRequired'、'ActionSuggested'、'Invalid' です。

backupManagementType
String

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

itemType
String

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

policyName
String

バックアップ 項目に関連付けられているバックアップ ポリシー名。

containerName
String

コンテナーの名前。

backupEngineName
String

バックアップ エンジン名

friendlyName
String

保護されたアイテムのフレンドリ名

fabricName
String

ファブリックの名前。

backupSetName
String

バックアップ セットの名前。

適用対象