Share via


StopOnNoConnectEnableStatus Struct

Definition

Stop on no connect enable or disable status.

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

Fields

Name Description
Disabled
Enabled

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type StopOnNoConnectEnableStatus (override for Object)

Equals(StopOnNoConnectEnableStatus)

Compares values of enum type StopOnNoConnectEnableStatus

GetHashCode()

Returns hashCode for enum StopOnNoConnectEnableStatus

ToString()

Returns string representation for StopOnNoConnectEnableStatus

Operators

Name Description
Equality(StopOnNoConnectEnableStatus, StopOnNoConnectEnableStatus)

Overriding == operator for enum StopOnNoConnectEnableStatus

Implicit(StopOnNoConnectEnableStatus to String)

Implicit operator to convert StopOnNoConnectEnableStatus to string

Implicit(String to StopOnNoConnectEnableStatus)

Implicit operator to convert string to StopOnNoConnectEnableStatus

Inequality(StopOnNoConnectEnableStatus, StopOnNoConnectEnableStatus)

Overriding != operator for enum StopOnNoConnectEnableStatus

Applies to