次の方法で共有


FunctionAppStack クラス

定義

関数アプリ スタック。

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

コンストラクター

FunctionAppStack()

FunctionAppStack クラスの新しいインスタンスを初期化します。

FunctionAppStack(String, String, String, String, String, String, String, IList<FunctionAppMajorVersion>, Nullable<StackPreferredOs>)

FunctionAppStack クラスの新しいインスタンスを初期化します。

プロパティ

DisplayText

関数アプリ スタックを取得します (表示のみ)。

Id

リソース ID を取得します。

(継承元 ProxyOnlyResource)
Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResource)
Location

関数のアプリ スタックの場所を取得します。

MajorVersions

使用可能なメジャー バージョンの一覧を取得します。

Name

リソース名を取得します。

(継承元 ProxyOnlyResource)
PreferredOs

関数アプリ スタック優先 OS を取得します。 使用可能な値は、'Windows'、'Linux' です。

Type

リソースの種類を取得します。

(継承元 ProxyOnlyResource)
Value

関数のアプリ スタック名を取得します。

適用対象