IPool.DevBoxDefinitionType Property
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.
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