DPMProtectedItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DPMProtectedItem() |
DPMProtectedItem クラスの新しいインスタンスを初期化します。 |
DPMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, String, String, String, String, DPMProtectedItemExtendedInfo) |
DPMProtectedItem クラスの新しいインスタンスを初期化します。 |
DPMProtectedItem()
DPMProtectedItem クラスの新しいインスタンスを初期化します。
public DPMProtectedItem ();
Public Sub New ()
適用対象
DPMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, Nullable<Boolean>, String, String, String, String, DPMProtectedItemExtendedInfo)
DPMProtectedItem クラスの新しいインスタンスを初期化します。
public DPMProtectedItem (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, bool? isArchiveEnabled = default, string policyName = default, string friendlyName = default, string backupEngineName = default, string protectionState = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItemExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItem : string * string * string * string * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItemExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMProtectedItem
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, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional policyName As String = Nothing, Optional friendlyName As String = Nothing, Optional backupEngineName As String = Nothing, Optional protectionState As String = Nothing, Optional extendedInfo As DPMProtectedItemExtendedInfo = 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。
- backupSetName
- String
バックアップ項目が属するバックアップ セットの名前
- createMode
- String
既存の論理的に削除されたデータ ソースの復旧または新しいデータ ソースの作成を示す作成モード。 使用可能な値は、'Invalid'、'Default'、'Recover' です。
- deferredDeleteTimeRemaining
- String
遅延削除のマークが付けられた DS が完全に削除されるまでの残りの時間
- policyName
- String
保護に使用されるポリシーの名前
- friendlyName
- String
管理対象アイテムのフレンドリ名
- backupEngineName
- String
このバックアップ項目を保護するバックアップ管理サーバー
- protectionState
- String
バックアップ エンジンの保護状態。 指定できる値は、'Invalid'、'IRPending'、'Protected'、'ProtectionError'、'ProtectionStopped'、'ProtectionPaused' です。
- extendedInfo
- DPMProtectedItemExtendedInfo
バックアップ項目の拡張情報。
適用対象
Azure SDK for .NET