MigrationRecoveryPointType 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.
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
Azure SDK for .NET