你当前正在访问 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>)

初始化 ApplicationStackResource 类的新实例。

ApplicationStackResource()

初始化 ApplicationStackResource 类的新实例。

public ApplicationStackResource ();
Public Sub New ()

适用于

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

初始化 ApplicationStackResource 类的新实例。

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

参数

id
String
name
String
type
String
kind
String

资源类型。

applicationStackResourceName
String

应用程序堆栈名称。

display
String

应用程序堆栈显示名称。

dependency
String

应用程序堆栈依赖项。

majorVersions
IList<StackMajorVersion>

可用的主要版本列表。

frameworks
IList<ApplicationStack>

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

适用于