次の方法で共有


MoveRPAcrossTiersRequest コンストラクター

定義

オーバーロード

MoveRPAcrossTiersRequest()

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

MoveRPAcrossTiersRequest(String, Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierType>)

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

MoveRPAcrossTiersRequest()

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

public MoveRPAcrossTiersRequest ();
Public Sub New ()

適用対象

MoveRPAcrossTiersRequest(String, Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierType>)

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

public MoveRPAcrossTiersRequest (string objectType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? sourceTierType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? targetTierType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest : string * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest
Public Sub New (Optional objectType As String = Nothing, Optional sourceTierType As Nullable(Of RecoveryPointTierType) = Nothing, Optional targetTierType As Nullable(Of RecoveryPointTierType) = Nothing)

パラメーター

objectType
String

クラス型を取得します。

sourceTierType
Nullable<RecoveryPointTierType>

RP を移動する必要があるソース層。 使用可能な値は、'Invalid'、'InstantRP'、'HardenedRP'、'ArchivedRP' です。

targetTierType
Nullable<RecoveryPointTierType>

RP を移動する必要があるターゲット層。 使用可能な値は、'Invalid'、'InstantRP'、'HardenedRP'、'ArchivedRP' です。

適用対象