Freigeben über


IDevBoxAutoDeleteSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.DevBoxAutoDeleteSettingsTypeConverter))]
public interface IDevBoxAutoDeleteSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.DevBoxAutoDeleteSettingsTypeConverter))>]
type IDevBoxAutoDeleteSettings = interface
    interface IJsonSerializable
Public Interface IDevBoxAutoDeleteSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DeleteMode

Indicates the delete mode for Dev Boxes within this project.

GracePeriod

ISO8601 duration required for the dev box to be marked for deletion prior to it being deleted. ISO8601 format PT[n]H[n]M[n]S.

InactiveThreshold

ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. ISO8601 format PT[n]H[n]M[n]S.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to