次の方法で共有


SiteRecoveryPointType 構造体

定義

復旧ポイントの種類。 LatestTime、LatestTag、または Custom の値。 カスタムの場合は、RecoveryPointId によって提供される復旧ポイントが使用されます。 他の 2 つのケースでは、復旧ポイント ID は無視されます。

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

コンストラクター

SiteRecoveryPointType(String)

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

プロパティ

Custom

カスタム。

LatestTag

LatestTag。

LatestTime

LatestTime。

メソッド

Equals(SiteRecoveryPointType)

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

ToString()

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

演算子

Equality(SiteRecoveryPointType, SiteRecoveryPointType)

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

Implicit(String to SiteRecoveryPointType)

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

Inequality(SiteRecoveryPointType, SiteRecoveryPointType)

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

適用対象