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

StopOnDisconnectStatus Struct

Definition

Indicates whether the feature to stop the devbox on disconnect once the grace period has lapsed is enabled.

public readonly struct StopOnDisconnectStatus : IEquatable<Azure.Developer.DevCenter.Models.StopOnDisconnectStatus>
type StopOnDisconnectStatus = struct
Public Structure StopOnDisconnectStatus
Implements IEquatable(Of StopOnDisconnectStatus)
Inheritance
StopOnDisconnectStatus
Implements

Constructors

StopOnDisconnectStatus(String)

Initializes a new instance of StopOnDisconnectStatus.

Properties

Disabled

Stop on disconnect is not enabled on the Dev Box.

Enabled

Stop on disconnect is enabled on the Dev Box.

Methods

Equals(StopOnDisconnectStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StopOnDisconnectStatus, StopOnDisconnectStatus)

Determines if two StopOnDisconnectStatus values are the same.

Implicit(String to StopOnDisconnectStatus)

Converts a string to a StopOnDisconnectStatus.

Inequality(StopOnDisconnectStatus, StopOnDisconnectStatus)

Determines if two StopOnDisconnectStatus values are not the same.

Applies to