次の方法で共有


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 アプリスタック名を取得します。

適用対象