Share via


IPool.DevBoxDefinitionType Property

Definition

Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType) }, ReadOnly=false, Required=false, SerializedName="devBoxDefinitionType")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType? DevBoxDefinitionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates if the pool is created from an existing Dev Box Definition or if one is provided directly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType) }, ReadOnly=false, Required=false, SerializedName="devBoxDefinitionType")>]
member this.DevBoxDefinitionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PoolDevBoxDefinitionType> with get, set
Public Property DevBoxDefinitionType As Nullable(Of PoolDevBoxDefinitionType)

Property Value

Attributes

Applies to