DataReplicationRecoveryPointType Struct

Definition

Gets or sets the recovery point type.

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

Constructors

DataReplicationRecoveryPointType(String)

Initializes a new instance of DataReplicationRecoveryPointType.

Properties

ApplicationConsistent

ApplicationConsistent.

CrashConsistent

CrashConsistent.

Methods

Equals(DataReplicationRecoveryPointType)

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

Determines if two DataReplicationRecoveryPointType values are the same.

Implicit(String to DataReplicationRecoveryPointType)

Converts a string to a DataReplicationRecoveryPointType.

Inequality(DataReplicationRecoveryPointType, DataReplicationRecoveryPointType)

Determines if two DataReplicationRecoveryPointType values are not the same.

Applies to