IGitHubActionConfiguration.CodeConfigurationRuntimeStack Property

Definition

Runtime stack is used to determine the workflow file content for code base apps.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Runtime stack is used to determine the workflow file content for code base apps.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="runtimeStack")]
public string CodeConfigurationRuntimeStack { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Runtime stack is used to determine the workflow file content for code base apps.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="runtimeStack")>]
member this.CodeConfigurationRuntimeStack : string with get, set
Public Property CodeConfigurationRuntimeStack As String

Property Value

Attributes

Applies to