IEnvironmentOutput.Type Property

Definition

Type of the output value

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

Property Value

Attributes

Applies to