Share via


CatalogItemType Struct

Definition

Indicates catalog item types.

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

Fields

EnvironmentDefinition

Methods

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

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

Equals(CatalogItemType)

Compares values of enum type CatalogItemType

Equals(Object)

Compares values of enum type CatalogItemType (override for Object)

GetHashCode()

Returns hashCode for enum CatalogItemType

ToString()

Returns string representation for CatalogItemType

Operators

Equality(CatalogItemType, CatalogItemType)

Overriding == operator for enum CatalogItemType

Implicit(CatalogItemType to String)

Implicit operator to convert CatalogItemType to string

Implicit(String to CatalogItemType)

Implicit operator to convert string to CatalogItemType

Inequality(CatalogItemType, CatalogItemType)

Overriding != operator for enum CatalogItemType

Applies to