Share via


ResolutionType Struct

Definition

Defines the resolution type.

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

Fields

Automatic
Manual

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 ResolutionType (override for Object)

Equals(ResolutionType)

Compares values of enum type ResolutionType

GetHashCode()

Returns hashCode for enum ResolutionType

ToString()

Returns string representation for ResolutionType

Operators

Equality(ResolutionType, ResolutionType)

Overriding == operator for enum ResolutionType

Implicit(ResolutionType to String)

Implicit operator to convert ResolutionType to string

Implicit(String to ResolutionType)

Implicit operator to convert string to ResolutionType

Inequality(ResolutionType, ResolutionType)

Overriding != operator for enum ResolutionType

Applies to