次の方法で共有


IWithDockerContainerImage.WithBuiltInImage(RuntimeStack) メソッド

定義

組み込みの Docker コンテナー イメージを指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate WithBuiltInImage (Microsoft.Azure.Management.AppService.Fluent.RuntimeStack runtimeStack);
abstract member WithBuiltInImage : Microsoft.Azure.Management.AppService.Fluent.RuntimeStack -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate
Public Function WithBuiltInImage (runtimeStack As RuntimeStack) As IWithCreate

パラメーター

runtimeStack
RuntimeStack

イメージにインストールされているランタイム スタック。

戻り値

適用対象