StepType Struct

Definition

The type of the step.

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

Fields

Docker
EncodedTask
FileTask

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

Equals(StepType)

Compares values of enum type StepType

GetHashCode()

Returns hashCode for enum StepType

ToString()

Returns string representation for StepType

Operators

Equality(StepType, StepType)

Overriding == operator for enum StepType

Implicit(StepType to String)

Implicit operator to convert StepType to string

Implicit(String to StepType)

Implicit operator to convert string to StepType

Inequality(StepType, StepType)

Overriding != operator for enum StepType

Applies to