Freigeben über


IDevBoxAutoDeleteSettings.DeleteMode Property

Definition

Indicates the delete mode for Dev Boxes within this project.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates the delete mode for Dev Boxes within this project.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode) }, ReadOnly=false, Required=false, SerializedName="deleteMode")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode? DeleteMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates the delete mode for Dev Boxes within this project.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode) }, ReadOnly=false, Required=false, SerializedName="deleteMode")>]
member this.DeleteMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevBoxDeleteMode> with get, set
Public Property DeleteMode As Nullable(Of DevBoxDeleteMode)

Property Value

Attributes

Applies to