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