次の方法で共有


IWithRuntimeVersion インターフェイス

定義

ランタイム バージョンを指定できる関数アプリの更新。

public interface IWithRuntimeVersion
type IWithRuntimeVersion = interface
Public Interface IWithRuntimeVersion
派生

メソッド

WithLatestRuntimeVersion()

関数アプリの最新のランタイム バージョンを使用します。

WithRuntimeVersion(String)

関数アプリのランタイム バージョンを指定します。

適用対象