Share via


ImageType Struct

Definition

Type of the image

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

Fields

BulletImage

Bullet image.

GenericImage

Generic image.

MainImage

Main image.

Methods

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

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

Equals(ImageType)

Compares values of enum type ImageType

Equals(Object)

Compares values of enum type ImageType (override for Object)

GetHashCode()

Returns hashCode for enum ImageType

ToString()

Returns string representation for ImageType

Operators

Equality(ImageType, ImageType)

Overriding == operator for enum ImageType

Implicit(ImageType to String)

Implicit operator to convert ImageType to string

Implicit(String to ImageType)

Implicit operator to convert string to ImageType

Inequality(ImageType, ImageType)

Overriding != operator for enum ImageType

Applies to