InMageV2RpRecoveryPointType Struct

Definition

The recovery point type.

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

Constructors

Name Description
InMageV2RpRecoveryPointType(String)

Initializes a new instance of InMageV2RpRecoveryPointType.

Properties

Name Description
Latest

Latest.

LatestApplicationConsistent

LatestApplicationConsistent.

LatestCrashConsistent

LatestCrashConsistent.

LatestProcessed

LatestProcessed.

Methods

Name Description
Equals(InMageV2RpRecoveryPointType)

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(InMageV2RpRecoveryPointType, InMageV2RpRecoveryPointType)

Determines if two InMageV2RpRecoveryPointType values are the same.

Implicit(String to InMageV2RpRecoveryPointType)

Converts a String to a InMageV2RpRecoveryPointType.

Inequality(InMageV2RpRecoveryPointType, InMageV2RpRecoveryPointType)

Determines if two InMageV2RpRecoveryPointType values are not the same.

Applies to