IWithDockerContainerImage Interface

Definition

A web app definition allowing docker image source to be specified.

public interface IWithDockerContainerImage : Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithContainerImage
type IWithDockerContainerImage = interface
    interface IWithContainerImage
Public Interface IWithDockerContainerImage
Implements IWithContainerImage
Derived
Implements

Methods

WithBuiltInImage(RuntimeStack)

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

WithPrivateDockerHubImage(String)

Specifies the docker container image to be one from Docker Hub.

(Inherited from IWithContainerImage)
WithPrivateRegistryImage(String, String)

Specifies the docker container image to be one from a private registry.

(Inherited from IWithContainerImage)
WithPublicDockerHubImage(String)

Specifies the docker container image to be one from Docker Hub.

(Inherited from IWithContainerImage)

Applies to