共用方式為


IWithDockerContainerImage.WithPrivateDockerHubImage(String) 方法

定義

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

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithCredentials WithPrivateDockerHubImage (string imageAndTag);
abstract member WithPrivateDockerHubImage : string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IWithCredentials
Public Function WithPrivateDockerHubImage (imageAndTag As String) As IWithCredentials

參數

imageAndTag
String

影像和選擇性標記 (例如 'image:tag') 。

傳回

適用於