MoveType 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.
Defines the MoveType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveTypeTypeConverter))]
public struct MoveType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveTypeTypeConverter))>]
type MoveType = struct
interface IArgumentCompleter
Public Structure MoveType
Implements IArgumentCompleter, IEquatable(Of MoveType)
- Inheritance
-
MoveType
- Attributes
- Implements
Fields
RegionToRegion | |
RegionToZone |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MoveType) |
Compares values of enum type MoveType |
Equals(Object) |
Compares values of enum type MoveType (override for Object) |
GetHashCode() |
Returns hashCode for enum MoveType |
ToString() |
Returns string representation for MoveType |
Operators
Equality(MoveType, MoveType) |
Overriding == operator for enum MoveType |
Implicit(MoveType to String) |
Implicit operator to convert MoveType to string |
Implicit(String to MoveType) |
Implicit operator to convert string to MoveType |
Inequality(MoveType, MoveType) |
Overriding != operator for enum MoveType |