ISiteSourceControlProperties.GitHubActionConfigurationIsLinux Property

Definition

This will help determine the workflow configuration to select.

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

Property Value

Attributes

Applies to