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

WebAppStack 类

定义

Web 应用堆栈。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WebAppStack : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebAppStack = class
    inherit ProxyOnlyResource
Public Class WebAppStack
Inherits ProxyOnlyResource
继承
属性

构造函数

WebAppStack()

初始化 WebAppStack 类的新实例。

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

初始化 WebAppStack 类的新实例。

属性

DisplayText

获取仅) 显示 (Web 应用堆栈。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Location

获取 Web 应用堆栈位置。

MajorVersions

获取可用主要版本的列表。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
PreferredOs

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

Type

获取资源类型。

(继承自 ProxyOnlyResource)
Value

获取 Web 应用堆栈名称。

适用于