RecoveryPlanPointType Struct

Definition

The recovery point type.

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

Constructors

RecoveryPlanPointType(String)

Initializes a new instance of RecoveryPlanPointType.

Properties

Latest

Latest.

LatestApplicationConsistent

LatestApplicationConsistent.

LatestCrashConsistent

LatestCrashConsistent.

LatestProcessed

LatestProcessed.

Methods

Equals(RecoveryPlanPointType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RecoveryPlanPointType, RecoveryPlanPointType)

Determines if two RecoveryPlanPointType values are the same.

Implicit(String to RecoveryPlanPointType)

Converts a string to a RecoveryPlanPointType.

Inequality(RecoveryPlanPointType, RecoveryPlanPointType)

Determines if two RecoveryPlanPointType values are not the same.

Applies to