次の方法で共有


FunctionAppConfig interface

関数アプリの構成。

プロパティ

deployment

関数アプリのデプロイ構成。

runtime

関数アプリのランタイム設定。

scaleAndConcurrency

関数アプリのスケールとコンカレンシーの設定。

プロパティの詳細

deployment

関数アプリのデプロイ構成。

deployment?: FunctionsDeployment

プロパティ値

runtime

関数アプリのランタイム設定。

runtime?: FunctionsRuntime

プロパティ値

scaleAndConcurrency

関数アプリのスケールとコンカレンシーの設定。

scaleAndConcurrency?: FunctionsScaleAndConcurrency

プロパティ値