ImportSource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.Models.ImportSourceCredentials credentials = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.ImportSource : string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.ImportSourceCredentials -> Microsoft.Azure.Management.ContainerRegistry.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 からインポートするときに使用される資格情報。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET