ISiteSourceControl.CodeConfigurationRuntimeStack Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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