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

WebAppStack 构造函数

定义

重载

WebAppStack()

初始化 WebAppStack 类的新实例。

WebAppStack(String, String, String, String, String, String, String, IList<WebAppMajorVersion>, Nullable<StackPreferredOs>)

初始化 WebAppStack 类的新实例。

WebAppStack()

初始化 WebAppStack 类的新实例。

public WebAppStack ();
Public Sub New ()

适用于

WebAppStack(String, String, String, String, String, String, String, IList<WebAppMajorVersion>, Nullable<StackPreferredOs>)

初始化 WebAppStack 类的新实例。

public WebAppStack (string id = default, string name = default, string kind = default, string type = default, string location = default, string displayText = default, string value = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.WebAppMajorVersion> majorVersions = default, Microsoft.Azure.Management.WebSites.Models.StackPreferredOs? preferredOs = default);
new Microsoft.Azure.Management.WebSites.Models.WebAppStack : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.WebAppMajorVersion> * Nullable<Microsoft.Azure.Management.WebSites.Models.StackPreferredOs> -> Microsoft.Azure.Management.WebSites.Models.WebAppStack
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional displayText As String = Nothing, Optional value As String = Nothing, Optional majorVersions As IList(Of WebAppMajorVersion) = Nothing, Optional preferredOs As Nullable(Of StackPreferredOs) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

location
String

Web 应用堆栈位置。

displayText
String

Web 应用堆栈 (仅显示) 。

value
String

Web 应用堆栈名称。

majorVersions
IList<WebAppMajorVersion>

可用的主要版本列表。

preferredOs
Nullable<StackPreferredOs>

Web 应用堆栈首选 OS。 可能的值包括:“Windows”、“Linux”

适用于