Share via


InMageRcmFailbackRecoveryPointType Struct

Definition

The recovery point type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.InMageRcmFailbackRecoveryPointTypeTypeConverter))]
public struct InMageRcmFailbackRecoveryPointType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.InMageRcmFailbackRecoveryPointType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.InMageRcmFailbackRecoveryPointTypeTypeConverter))>]
type InMageRcmFailbackRecoveryPointType = struct
    interface IArgumentCompleter
Public Structure InMageRcmFailbackRecoveryPointType
Implements IArgumentCompleter, IEquatable(Of InMageRcmFailbackRecoveryPointType)
Inheritance
InMageRcmFailbackRecoveryPointType
Attributes
Implements

Fields

ApplicationConsistent
CrashConsistent

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(InMageRcmFailbackRecoveryPointType)

Compares values of enum type InMageRcmFailbackRecoveryPointType

Equals(Object)

Compares values of enum type InMageRcmFailbackRecoveryPointType (override for Object)

GetHashCode()

Returns hashCode for enum InMageRcmFailbackRecoveryPointType

ToString()

Returns string representation for InMageRcmFailbackRecoveryPointType

Operators

Equality(InMageRcmFailbackRecoveryPointType, InMageRcmFailbackRecoveryPointType)

Overriding == operator for enum InMageRcmFailbackRecoveryPointType

Implicit(InMageRcmFailbackRecoveryPointType to String)

Implicit operator to convert InMageRcmFailbackRecoveryPointType to string

Implicit(String to InMageRcmFailbackRecoveryPointType)

Implicit operator to convert string to InMageRcmFailbackRecoveryPointType

Inequality(InMageRcmFailbackRecoveryPointType, InMageRcmFailbackRecoveryPointType)

Overriding != operator for enum InMageRcmFailbackRecoveryPointType

Applies to