次の方法で共有


AzureVmWorkloadProtectedItem コンストラクター

定義

オーバーロード

AzureVmWorkloadProtectedItem()

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

AzureVmWorkloadProtectedItem(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, String, String, Nullable<DateTime>, ErrorDetail, String, String, AzureVmWorkloadProtectedItemExtendedInfo, IDictionary<String,KPIResourceHealthDetails>)

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

AzureVmWorkloadProtectedItem()

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

public AzureVmWorkloadProtectedItem ();
Public Sub New ()

適用対象

AzureVmWorkloadProtectedItem(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, String, String, Nullable<DateTime>, ErrorDetail, String, String, AzureVmWorkloadProtectedItemExtendedInfo, IDictionary<String,KPIResourceHealthDetails>)

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

public AzureVmWorkloadProtectedItem (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 serverName = default, string parentName = default, string parentType = default, string protectionStatus = default, string protectionState = default, string lastBackupStatus = default, DateTime? lastBackupTime = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ErrorDetail lastBackupErrorDetail = default, string protectedItemDataSourceId = default, string protectedItemHealthStatus = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureVmWorkloadProtectedItemExtendedInfo extendedInfo = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.KPIResourceHealthDetails> kpisHealths = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureVmWorkloadProtectedItem : 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 * string * string * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ErrorDetail * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureVmWorkloadProtectedItemExtendedInfo * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.KPIResourceHealthDetails> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureVmWorkloadProtectedItem
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 serverName As String = Nothing, Optional parentName As String = Nothing, Optional parentType As String = Nothing, Optional protectionStatus As String = Nothing, Optional protectionState As String = Nothing, Optional lastBackupStatus As String = Nothing, Optional lastBackupTime As Nullable(Of DateTime) = Nothing, Optional lastBackupErrorDetail As ErrorDetail = Nothing, Optional protectedItemDataSourceId As String = Nothing, Optional protectedItemHealthStatus As String = Nothing, Optional extendedInfo As AzureVmWorkloadProtectedItemExtendedInfo = Nothing, Optional kpisHealths As IDictionary(Of String, KPIResourceHealthDetails) = 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

このバックアップ項目で表される DB のフレンドリ名。

serverName
String

インスタンスまたは AG のホスト/クラスター名

parentName
String

インスタンスや可用性グループなどの DB の親名。

parentType
String

保護された項目の親の種類 (例: DB、スタンドアロン サーバー、または分散型の場合)

protectionStatus
String

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

protectionState
String

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

lastBackupStatus
String

最後のバックアップ操作の状態。 使用可能な値: 正常、異常。 使用可能な値には、'Invalid'、'Healthy'、'Unhealthy'、'IRPending' などがあります。

lastBackupTime
Nullable<DateTime>

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

lastBackupErrorDetail
ErrorDetail

前回のバックアップのエラーの詳細

protectedItemDataSourceId
String

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

protectedItemHealthStatus
String

最後に受信したハートビートに基づいて評価されるバックアップ項目の正常性状態。 使用可能な値には、'Invalid'、'Healthy'、'Unhealthy'、'NotReachable'、'IRPending' などがあります。

extendedInfo
AzureVmWorkloadProtectedItemExtendedInfo

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

kpisHealths
IDictionary<String,KPIResourceHealthDetails>

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

適用対象