ContainerRegistryImportSource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContainerRegistryImportSource。
public class ContainerRegistryImportSource
type ContainerRegistryImportSource = class
Public Class ContainerRegistryImportSource
- 継承
-
ContainerRegistryImportSource
コンストラクター
ContainerRegistryImportSource(String) |
ContainerRegistryImportSource の新しいインスタンスを初期化します。 |
プロパティ
Credentials |
レジストリ URI からインポートするときに使用される資格情報。 |
RegistryAddress |
ソース レジストリのアドレス (例: 'mcr.microsoft.com')。 |
ResourceId |
ソース Azure Container Registryのリソース識別子。 |
SourceImage |
ソース イメージのリポジトリ名。 リポジトリ ('hello-world') でイメージを指定します。 これにより、'latest' タグが使用されます。 タグ ('hello-world:latest') で画像を指定します。 sha256 ベースのマニフェスト ダイジェスト ('hello-world@sha256:abc123') で画像を指定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET