StopOnDisconnectConfiguration Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.StopOnDisconnectConfigurationTypeConverter))]
public class StopOnDisconnectConfiguration : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IStopOnDisconnectConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.StopOnDisconnectConfigurationTypeConverter))>]
type StopOnDisconnectConfiguration = class
    interface IStopOnDisconnectConfiguration
    interface IJsonSerializable
Public Class StopOnDisconnectConfiguration
Implements IStopOnDisconnectConfiguration
Inheritance
StopOnDisconnectConfiguration
Attributes
Implements

Constructors

StopOnDisconnectConfiguration()

Creates an new StopOnDisconnectConfiguration instance.

Properties

GracePeriodMinute

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

Status

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StopOnDisconnectConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StopOnDisconnectConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IStopOnDisconnectConfiguration.

FromJsonString(String)

Creates a new instance of StopOnDisconnectConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StopOnDisconnectConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to