PipelineRunSourceType Struct

Definition

The type of the source.

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

Fields

AzureStorageBlob

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

Equals(PipelineRunSourceType)

Compares values of enum type PipelineRunSourceType

GetHashCode()

Returns hashCode for enum PipelineRunSourceType

ToString()

Returns string representation for PipelineRunSourceType

Operators

Equality(PipelineRunSourceType, PipelineRunSourceType)

Overriding == operator for enum PipelineRunSourceType

Implicit(PipelineRunSourceType to String)

Implicit operator to convert PipelineRunSourceType to string

Implicit(String to PipelineRunSourceType)

Implicit operator to convert string to PipelineRunSourceType

Inequality(PipelineRunSourceType, PipelineRunSourceType)

Overriding != operator for enum PipelineRunSourceType

Applies to