次の方法で共有


ContainerRegistryImportSource(String) コンストラクター

定義

ContainerRegistryImportSource の新しいインスタンスを初期化します。

public ContainerRegistryImportSource (string sourceImage);
new Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImportSource : string -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryImportSource
Public Sub New (sourceImage As String)

パラメーター

sourceImage
String

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

例外

sourceImage が null です。

適用対象