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

ApplicationStackResource 构造函数

定义

重载

ApplicationStackResource()

初始化 ApplicationStackResource 类的新实例。

ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, IList<ApplicationStack>, IList<ApplicationStack>)

初始化 ApplicationStackResource 类的新实例。

ApplicationStackResource()

初始化 ApplicationStackResource 类的新实例。

public ApplicationStackResource ();
Public Sub New ()

适用于

ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, IList<ApplicationStack>, IList<ApplicationStack>)

初始化 ApplicationStackResource 类的新实例。

public ApplicationStackResource (string id = default, string name = default, string kind = default, string type = default, string applicationStackResourceName = default, string display = default, string dependency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.StackMajorVersion> majorVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ApplicationStack> frameworks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ApplicationStack> isDeprecated = default);
new Microsoft.Azure.Management.WebSites.Models.ApplicationStackResource : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.StackMajorVersion> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ApplicationStack> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ApplicationStack> -> Microsoft.Azure.Management.WebSites.Models.ApplicationStackResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional applicationStackResourceName As String = Nothing, Optional display As String = Nothing, Optional dependency As String = Nothing, Optional majorVersions As IList(Of StackMajorVersion) = Nothing, Optional frameworks As IList(Of ApplicationStack) = Nothing, Optional isDeprecated As IList(Of ApplicationStack) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

applicationStackResourceName
String

应用程序堆栈名称。

display
String

应用程序堆栈显示名称。

dependency
String

应用程序堆栈依赖项。

majorVersions
IList<StackMajorVersion>

可用的主要版本列表。

frameworks
IList<ApplicationStack>

与应用程序堆栈关联的框架列表。

isDeprecated
IList<ApplicationStack>

<如果此堆栈已弃用,则为代码>true/code>;否则为<代码>false</code><。

适用于