次の方法で共有


AzureIaaSComputeVMProtectedItem コンストラクター

定義

オーバーロード

AzureIaaSComputeVMProtectedItem()

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

AzureIaaSComputeVMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String, String, IList<AzureIaaSVMHealthDetails>, IDictionary<String,KPIResourceHealthDetails>, String, Nullable<DateTime>, String, AzureIaaSVMProtectedItemExtendedInfo, ExtendedProperties)

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

AzureIaaSComputeVMProtectedItem()

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

public AzureIaaSComputeVMProtectedItem ();
Public Sub New ()

適用対象

AzureIaaSComputeVMProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String, String, IList<AzureIaaSVMHealthDetails>, IDictionary<String,KPIResourceHealthDetails>, String, Nullable<DateTime>, String, AzureIaaSVMProtectedItemExtendedInfo, ExtendedProperties)

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

public AzureIaaSComputeVMProtectedItem (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, string friendlyName = default, string virtualMachineId = default, string protectionStatus = default, string protectionState = default, string healthStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMHealthDetails> healthDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.KPIResourceHealthDetails> kpisHealths = default, string lastBackupStatus = default, DateTime? lastBackupTime = default, string protectedItemDataId = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ExtendedProperties extendedProperties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSComputeVMProtectedItem : string * string * string * string * string * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMHealthDetails> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.KPIResourceHealthDetails> * string * Nullable<DateTime> * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMProtectedItemExtendedInfo * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ExtendedProperties -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSComputeVMProtectedItem
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 friendlyName As String = Nothing, Optional virtualMachineId As String = Nothing, Optional protectionStatus As String = Nothing, Optional protectionState As String = Nothing, Optional healthStatus As String = Nothing, Optional healthDetails As IList(Of AzureIaaSVMHealthDetails) = Nothing, Optional kpisHealths As IDictionary(Of String, KPIResourceHealthDetails) = Nothing, Optional lastBackupStatus As String = Nothing, Optional lastBackupTime As Nullable(Of DateTime) = Nothing, Optional protectedItemDataId As String = Nothing, Optional extendedInfo As AzureIaaSVMProtectedItemExtendedInfo = Nothing, Optional extendedProperties As ExtendedProperties = 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

friendlyName
String

このバックアップ項目によって表される VM のフレンドリ名。

virtualMachineId
String

この項目で表される仮想マシンの完全修飾 ARM ID。

protectionStatus
String

このバックアップ項目のバックアップの状態。

protectionState
String

このバックアップ項目のバックアップ状態。 使用可能な値には、'Invalid'、'IRPending'、'Protected'、'ProtectionError'、'ProtectionStopped'、'ProtectionPaused' などがあります。

healthStatus
String

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

healthDetails
IList<AzureIaaSVMHealthDetails>

このバックアップ項目の正常性の詳細。

kpisHealths
IDictionary<String,KPIResourceHealthDetails>

さまざまな KPI の正常性の詳細

lastBackupStatus
String

最後のバックアップ操作の状態。

lastBackupTime
Nullable<DateTime>

このバックアップ項目に対する最後のバックアップ操作のタイムスタンプ。

protectedItemDataId
String

保護されたアイテムのデータ ID。

extendedInfo
AzureIaaSVMProtectedItemExtendedInfo

このバックアップ項目の追加情報。

extendedProperties
ExtendedProperties

適用対象