BaseImageTriggerType Struct

Definition

The type of the auto trigger for base image dependency updates.

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

Fields

All
Runtime

Methods

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

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

Equals(BaseImageTriggerType)

Compares values of enum type BaseImageTriggerType

Equals(Object)

Compares values of enum type BaseImageTriggerType (override for Object)

GetHashCode()

Returns hashCode for enum BaseImageTriggerType

ToString()

Returns string representation for BaseImageTriggerType

Operators

Equality(BaseImageTriggerType, BaseImageTriggerType)

Overriding == operator for enum BaseImageTriggerType

Implicit(BaseImageTriggerType to String)

Implicit operator to convert BaseImageTriggerType to string

Implicit(String to BaseImageTriggerType)

Implicit operator to convert string to BaseImageTriggerType

Inequality(BaseImageTriggerType, BaseImageTriggerType)

Overriding != operator for enum BaseImageTriggerType

Applies to