次の方法で共有


DPMProtectedItemExtendedInfo コンストラクター

定義

オーバーロード

DPMProtectedItemExtendedInfo()

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

DPMProtectedItemExtendedInfo(IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, String, String)

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

DPMProtectedItemExtendedInfo()

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

public DPMProtectedItemExtendedInfo ();
Public Sub New ()

適用対象

DPMProtectedItemExtendedInfo(IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, String, String)

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

public DPMProtectedItemExtendedInfo (System.Collections.Generic.IDictionary<string,string> protectableObjectLoadPath = default, bool? protectedProperty = default, bool? isPresentOnCloud = default, string lastBackupStatus = default, DateTime? lastRefreshedAt = default, DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default, DateTime? onPremiseOldestRecoveryPoint = default, DateTime? onPremiseLatestRecoveryPoint = default, int? onPremiseRecoveryPointCount = default, bool? isCollocated = default, string protectionGroupName = default, string diskStorageUsedInBytes = default, string totalDiskStorageSizeInBytes = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DPMProtectedItemExtendedInfo : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<bool> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DPMProtectedItemExtendedInfo
Public Sub New (Optional protectableObjectLoadPath As IDictionary(Of String, String) = Nothing, Optional protectedProperty As Nullable(Of Boolean) = Nothing, Optional isPresentOnCloud As Nullable(Of Boolean) = Nothing, Optional lastBackupStatus As String = Nothing, Optional lastRefreshedAt As Nullable(Of DateTime) = Nothing, Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional onPremiseOldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional onPremiseLatestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional onPremiseRecoveryPointCount As Nullable(Of Integer) = Nothing, Optional isCollocated As Nullable(Of Boolean) = Nothing, Optional protectionGroupName As String = Nothing, Optional diskStorageUsedInBytes As String = Nothing, Optional totalDiskStorageSizeInBytes As String = Nothing)

パラメーター

protectableObjectLoadPath
IDictionary<String,String>

さまざまな DB に関する情報を提供する属性。

protectedProperty
Nullable<Boolean>

バックアップ項目がディスクで保護されているかどうかをチェックします。

isPresentOnCloud
Nullable<Boolean>

バックアップ項目がクラウドで保護されているかどうかをチェックします。

lastBackupStatus
String

バックアップ項目の最後のバックアップ状態情報。

lastRefreshedAt
Nullable<DateTime>

バックアップ項目の最終更新時刻。

oldestRecoveryPoint
Nullable<DateTime>

最も古いクラウド復旧ポイント時間。

recoveryPointCount
Nullable<Int32>

クラウド復旧ポイントの数。

onPremiseOldestRecoveryPoint
Nullable<DateTime>

最も古いディスク回復ポイント時間。

onPremiseLatestRecoveryPoint
Nullable<DateTime>

最新のディスク回復ポイント時間。

onPremiseRecoveryPointCount
Nullable<Int32>

ディスク回復ポイントの数。

isCollocated
Nullable<Boolean>

バックアップ項目が併置されているかどうかをチェックします。

protectionGroupName
String

バックアップ項目の保護グループ名。

diskStorageUsedInBytes
String

ディスク ストレージをバイト単位で使用しました。

totalDiskStorageSizeInBytes
String

合計ディスク ストレージ (バイト単位)。

適用対象