Share via


RunType Struct

Definition

The type of run.

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

Fields

AutoBuild
AutoRun
QuickBuild
QuickRun

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

Equals(RunType)

Compares values of enum type RunType

GetHashCode()

Returns hashCode for enum RunType

ToString()

Returns string representation for RunType

Operators

Equality(RunType, RunType)

Overriding == operator for enum RunType

Implicit(RunType to String)

Implicit operator to convert RunType to string

Implicit(String to RunType)

Implicit operator to convert string to RunType

Inequality(RunType, RunType)

Overriding != operator for enum RunType

Applies to