StopOnNoConnectConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stop on no connect configuration settings for Dev Boxes created in this pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.StopOnNoConnectConfigurationTypeConverter))]
public class StopOnNoConnectConfiguration : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IStopOnNoConnectConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.StopOnNoConnectConfigurationTypeConverter))>]
type StopOnNoConnectConfiguration = class
interface IStopOnNoConnectConfiguration
interface IJsonSerializable
Public Class StopOnNoConnectConfiguration
Implements IStopOnNoConnectConfiguration
- Inheritance
-
StopOnNoConnectConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StopOnNoConnectConfiguration() |
Creates an new StopOnNoConnectConfiguration instance. |
Properties
| Name | Description |
|---|---|
| GracePeriodMinute |
The specified time in minutes to wait before stopping a Dev Box if no connection is made. |
| Status |
Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StopOnNoConnectConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StopOnNoConnectConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IStopOnNoConnectConfiguration. |
| FromJsonString(String) |
Creates a new instance of StopOnNoConnectConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StopOnNoConnectConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |