Share via


RecoveryPlanActionLocation Struct

Definition

The fabric location.

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

Fields

Primary
Recovery

Methods

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

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

Equals(Object)

Compares values of enum type RecoveryPlanActionLocation (override for Object)

Equals(RecoveryPlanActionLocation)

Compares values of enum type RecoveryPlanActionLocation

GetHashCode()

Returns hashCode for enum RecoveryPlanActionLocation

ToString()

Returns string representation for RecoveryPlanActionLocation

Operators

Equality(RecoveryPlanActionLocation, RecoveryPlanActionLocation)

Overriding == operator for enum RecoveryPlanActionLocation

Implicit(RecoveryPlanActionLocation to String)

Implicit operator to convert RecoveryPlanActionLocation to string

Implicit(String to RecoveryPlanActionLocation)

Implicit operator to convert string to RecoveryPlanActionLocation

Inequality(RecoveryPlanActionLocation, RecoveryPlanActionLocation)

Overriding != operator for enum RecoveryPlanActionLocation

Applies to