IWithDockerContainerImage.WithBuiltInImage(RuntimeStack) Method

Definition

Specifies the docker container image to be a built in one.

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

Parameters

runtimeStack
RuntimeStack

The runtime stack installed on the image.

Returns

Applies to