次の方法で共有


RecoveryPointTierInformation コンストラクター

定義

オーバーロード

RecoveryPointTierInformation()

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

RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

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

RecoveryPointTierInformation()

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

public RecoveryPointTierInformation ();
Public Sub New ()

適用対象

RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

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

public RecoveryPointTierInformation (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierType? type = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierStatus? status = default, System.Collections.Generic.IDictionary<string,string> extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierStatus> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation
Public Sub New (Optional type As Nullable(Of RecoveryPointTierType) = Nothing, Optional status As Nullable(Of RecoveryPointTierStatus) = Nothing, Optional extendedInfo As IDictionary(Of String, String) = Nothing)

パラメーター

type
Nullable<RecoveryPointTierType>

復旧ポイント層の種類。 使用できる値は、'Invalid'、'InstantRP'、'HardenedRP'、'ArchivedRP' です。

status
Nullable<RecoveryPointTierStatus>

復旧ポイント層の状態。 使用可能な値には、'Invalid'、'Valid'、'Disabled'、'Deleted'、'Rehydrated' などがあります。

extendedInfo
IDictionary<String,String>

復旧ポイント層の状態。

適用対象