Share via


ICustomizationTaskInput.Type Property

Definition

Type of the input.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Type of the input.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CustomizationTaskInputType) }, ReadOnly=true, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CustomizationTaskInputType? Type { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Type of the input.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CustomizationTaskInputType) }, ReadOnly=true, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CustomizationTaskInputType>
Public ReadOnly Property Type As Nullable(Of CustomizationTaskInputType)

Property Value

Attributes

Applies to