你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteSourceControlProperties.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