DataReplicationRecoveryPointType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET