你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StopOnDisconnectEnableStatus Struct

Definition

Stop on disconnect enable or disable status. Indicates whether stop on disconnect to is either enabled or disabled.

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

Fields

Disabled
Enabled

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

Equals(StopOnDisconnectEnableStatus)

Compares values of enum type StopOnDisconnectEnableStatus

GetHashCode()

Returns hashCode for enum StopOnDisconnectEnableStatus

ToString()

Returns string representation for StopOnDisconnectEnableStatus

Operators

Equality(StopOnDisconnectEnableStatus, StopOnDisconnectEnableStatus)

Overriding == operator for enum StopOnDisconnectEnableStatus

Implicit(StopOnDisconnectEnableStatus to String)

Implicit operator to convert StopOnDisconnectEnableStatus to string

Implicit(String to StopOnDisconnectEnableStatus)

Implicit operator to convert string to StopOnDisconnectEnableStatus

Inequality(StopOnDisconnectEnableStatus, StopOnDisconnectEnableStatus)

Overriding != operator for enum StopOnDisconnectEnableStatus

Applies to