A2ARpRecoveryPointType Struct

Definition

The recovery point type.

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

Constructors

Name Description
A2ARpRecoveryPointType(String)

Initializes a new instance of A2ARpRecoveryPointType.

Properties

Name Description
Latest

Latest.

LatestApplicationConsistent

LatestApplicationConsistent.

LatestCrashConsistent

LatestCrashConsistent.

LatestProcessed

LatestProcessed.

Methods

Name Description
Equals(A2ARpRecoveryPointType)

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

Determines if two A2ARpRecoveryPointType values are the same.

Implicit(String to A2ARpRecoveryPointType)

Converts a String to a A2ARpRecoveryPointType.

Inequality(A2ARpRecoveryPointType, A2ARpRecoveryPointType)

Determines if two A2ARpRecoveryPointType values are not the same.

Applies to