Sdílet prostřednictvím


StopOnDisconnectConfiguration Class

Definition

Stop on disconnect configuration settings for Dev Boxes created in this pool.

public class StopOnDisconnectConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.StopOnDisconnectConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.StopOnDisconnectConfiguration>
type StopOnDisconnectConfiguration = class
    interface IJsonModel<StopOnDisconnectConfiguration>
    interface IPersistableModel<StopOnDisconnectConfiguration>
Public Class StopOnDisconnectConfiguration
Implements IJsonModel(Of StopOnDisconnectConfiguration), IPersistableModel(Of StopOnDisconnectConfiguration)
Inheritance
StopOnDisconnectConfiguration
Implements

Constructors

StopOnDisconnectConfiguration()

Initializes a new instance of StopOnDisconnectConfiguration.

Properties

GracePeriodMinutes

The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.

Status

Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StopOnDisconnectConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StopOnDisconnectConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StopOnDisconnectConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StopOnDisconnectConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StopOnDisconnectConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to