次の方法で共有


ProtectedItem コンストラクター

定義

オーバーロード

ProtectedItem()

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

ProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>)

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

ProtectedItem()

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

public ProtectedItem ();
Public Sub New ()

適用対象

ProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>)

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

public ProtectedItem (string backupManagementType = default, string workloadType = default, string containerName = default, string sourceResourceId = default, string policyId = default, DateTime? lastRecoveryPoint = default, string backupSetName = default, string createMode = default, DateTime? deferredDeleteTimeInUTC = default, bool? isScheduledForDeferredDelete = default, string deferredDeleteTimeRemaining = default, bool? isDeferredDeleteScheduleUpcoming = default, bool? isRehydrate = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem : string * string * string * string * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional containerName As String = Nothing, Optional sourceResourceId As String = Nothing, Optional policyId As String = Nothing, Optional lastRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional backupSetName As String = Nothing, Optional createMode As String = Nothing, Optional deferredDeleteTimeInUTC As Nullable(Of DateTime) = Nothing, Optional isScheduledForDeferredDelete As Nullable(Of Boolean) = Nothing, Optional deferredDeleteTimeRemaining As String = Nothing, Optional isDeferredDeleteScheduleUpcoming As Nullable(Of Boolean) = Nothing, Optional isRehydrate As Nullable(Of Boolean) = Nothing, Optional resourceGuardOperationRequests As IList(Of 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

コンテナーの一意の名前

sourceResourceId
String

バックアップするリソースの ARM ID。

policyId
String

この項目がバックアップされるバックアップ ポリシーの ID。

lastRecoveryPoint
Nullable<DateTime>

このバックアップ項目の最後の (最新の) バックアップ コピーが作成されたときのタイムスタンプ。

backupSetName
String

バックアップ項目が属するバックアップ セットの名前

createMode
String

既存の論理的に削除されたデータ ソースの回復または新しいデータ ソースの作成を示す作成モード。 使用可能な値は次のとおりです: 'Invalid'、'Default'、'Recover'

deferredDeleteTimeInUTC
Nullable<DateTime>

遅延削除の時刻 (UTC)

isScheduledForDeferredDelete
Nullable<Boolean>

DS が遅延削除のためにスケジュールされているかどうかを識別するフラグ

deferredDeleteTimeRemaining
String

遅延削除のマークが付けられた DS が完全に削除されるまでの残りの時間

isDeferredDeleteScheduleUpcoming
Nullable<Boolean>

遅延削除された DS が間もなく消去されるかどうかを識別するフラグ

isRehydrate
Nullable<Boolean>

段階的に削除された DS を一時停止状態に移動することを識別するフラグ

resourceGuardOperationRequests
IList<String>

LAC チェックが実行される ResourceGuardOperationRequests

適用対象