次の方法で共有


IWithDockerContainerImage.WithPrivateRegistryImage(String, String) メソッド

定義

Docker コンテナー イメージをプライベート レジストリのイメージとして指定します。

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

パラメーター

imageAndTag
String

画像と省略可能なタグ (例: 'image:tag')。

serverUrl
String

プライベート レジストリ サーバーへの URL。

戻り値

適用対象