次の方法で共有


IWithRuntimeVersion.WithRuntimeVersion(String) メソッド

定義

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

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithRuntimeVersion (string version);
abstract member WithRuntimeVersion : string -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate
Public Function WithRuntimeVersion (version As String) As IUpdate

パラメーター

version
String

Azure Functions ランタイムのバージョン。

戻り値

適用対象