次の方法で共有


RecoveryPlanPointType 構造体

定義

復旧ポイントの種類。

public readonly struct RecoveryPlanPointType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanPointType>
type RecoveryPlanPointType = struct
Public Structure RecoveryPlanPointType
Implements IEquatable(Of RecoveryPlanPointType)
継承
RecoveryPlanPointType
実装

コンストラクター

RecoveryPlanPointType(String)

RecoveryPlanPointType の新しいインスタンスを初期化します。

プロパティ

Latest

最新。

LatestApplicationConsistent

LatestApplicationConsistent。

LatestCrashConsistent

LatestCrashConsistent。

LatestProcessed

LatestProcessed。

メソッド

Equals(RecoveryPlanPointType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RecoveryPlanPointType, RecoveryPlanPointType)

2 つの RecoveryPlanPointType 値が同じかどうかを判断します。

Implicit(String to RecoveryPlanPointType)

文字列を RecoveryPlanPointType に変換します。

Inequality(RecoveryPlanPointType, RecoveryPlanPointType)

2 つの RecoveryPlanPointType 値が同じでないかどうかを判断します。

適用対象