次の方法で共有


ContainerRegistryImportSource.SourceImage プロパティ

定義

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

public string SourceImage { get; }
member this.SourceImage : string
Public ReadOnly Property SourceImage As String

プロパティ値

適用対象