Share via


CatalogConnectionState Struct

Definition

The connection state of the catalog.

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

Fields

Connected
Disconnected

Methods

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

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

Equals(CatalogConnectionState)

Compares values of enum type CatalogConnectionState

Equals(Object)

Compares values of enum type CatalogConnectionState (override for Object)

GetHashCode()

Returns hashCode for enum CatalogConnectionState

ToString()

Returns string representation for CatalogConnectionState

Operators

Equality(CatalogConnectionState, CatalogConnectionState)

Overriding == operator for enum CatalogConnectionState

Implicit(CatalogConnectionState to String)

Implicit operator to convert CatalogConnectionState to string

Implicit(String to CatalogConnectionState)

Implicit operator to convert string to CatalogConnectionState

Inequality(CatalogConnectionState, CatalogConnectionState)

Overriding != operator for enum CatalogConnectionState

Applies to