Share via


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

Name Description
StopOnDisconnectStatus(String)

Initializes a new instance of StopOnDisconnectStatus.

Properties

Name Description
Disabled

Stop on disconnect is not enabled on the Dev Box.

Enabled

Stop on disconnect is enabled on the Dev Box.

Methods

Name Description
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

Name Description
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