共用方式為


IWithDockerContainerImage 介面

定義

允許指定 Docker 映射來源的 Web 應用程式定義。

public interface IWithDockerContainerImage : Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithContainerImage
type IWithDockerContainerImage = interface
    interface IWithContainerImage
Public Interface IWithDockerContainerImage
Implements IWithContainerImage
衍生
實作

方法

WithBuiltInImage(RuntimeStack)

指定要內建的 Docker 容器映射。

WithPrivateDockerHubImage(String)

指定要從 Docker Hub 的 Docker 容器映射。

(繼承來源 IWithContainerImage)
WithPrivateRegistryImage(String, String)

指定要從私人登錄成為其中一個的 Docker 容器映射。

(繼承來源 IWithContainerImage)
WithPublicDockerHubImage(String)

指定要從 Docker Hub 的 Docker 容器映射。

(繼承來源 IWithContainerImage)

適用於