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

Name Description
RecoveryPlanPointType(String)

Initializes a new instance of RecoveryPlanPointType.

Properties

Name Description
Latest

Latest.

LatestApplicationConsistent

LatestApplicationConsistent.

LatestCrashConsistent

LatestCrashConsistent.

LatestProcessed

LatestProcessed.

Methods

Name Description
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

Name Description
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