次の方法で共有


ImportSource コンストラクター

定義

オーバーロード

ImportSource()

ImportSource クラスの新しいインスタンスを初期化します。

ImportSource(String, String, String, ImportSourceCredentials)

ImportSource クラスの新しいインスタンスを初期化します。

ImportSource()

ImportSource クラスの新しいインスタンスを初期化します。

public ImportSource ();
Public Sub New ()

適用対象

ImportSource(String, String, String, ImportSourceCredentials)

ImportSource クラスの新しいインスタンスを初期化します。

public ImportSource (string sourceImage, string resourceId = default, string registryUri = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ImportSourceCredentials credentials = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ImportSource : string * string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ImportSourceCredentials -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ImportSource
Public Sub New (sourceImage As String, Optional resourceId As String = Nothing, Optional registryUri As String = Nothing, Optional credentials As ImportSourceCredentials = Nothing)

パラメーター

sourceImage
String

ソース イメージのリポジトリ名。 リポジトリ ('hello-world') でイメージを指定します。 これにより、'latest' タグが使用されます。 タグ ('hello-world:latest') で画像を指定します。 sha256 ベースのマニフェスト ダイジェスト ('hello-world@sha256:abc123') で画像を指定します。

resourceId
String

ソース Azure Container Registryのリソース識別子。

registryUri
String

ソース レジストリのアドレス (例: 'mcr.microsoft.com')。

credentials
ImportSourceCredentials

レジストリ URI からインポートするときに使用される資格情報。

適用対象