IGitHubActionConfiguration.IsLinux Property

Definition

This will help determine the workflow configuration to select.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="This will help determine the workflow configuration to select.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isLinux")]
public bool? IsLinux { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="This will help determine the workflow configuration to select.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isLinux")>]
member this.IsLinux : Nullable<bool> with get, set
Public Property IsLinux As Nullable(Of Boolean)

Property Value

Attributes

Applies to