MigrationRecoveryPointType Struct

Definition

The recovery point type.

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

Constructors

MigrationRecoveryPointType(String)

Initializes a new instance of MigrationRecoveryPointType.

Properties

ApplicationConsistent

ApplicationConsistent.

CrashConsistent

CrashConsistent.

NotSpecified

NotSpecified.

Methods

Equals(MigrationRecoveryPointType)

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

Determines if two MigrationRecoveryPointType values are the same.

Implicit(String to MigrationRecoveryPointType)

Converts a string to a MigrationRecoveryPointType.

Inequality(MigrationRecoveryPointType, MigrationRecoveryPointType)

Determines if two MigrationRecoveryPointType values are not the same.

Applies to