次の方法で共有


ImageDescriptor コンストラクター

定義

オーバーロード

ImageDescriptor()

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

ImageDescriptor(String, String, String, String)

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

ImageDescriptor()

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

public ImageDescriptor();
Public Sub New ()

適用対象

ImageDescriptor(String, String, String, String)

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

public ImageDescriptor(string registry = default, string repository = default, string tag = default, string digest = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.ImageDescriptor : string * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.ImageDescriptor
Public Sub New (Optional registry As String = Nothing, Optional repository As String = Nothing, Optional tag As String = Nothing, Optional digest As String = Nothing)

パラメーター

registry
String

レジストリ ログイン サーバー。

repository
String

リポジトリの名前。

tag
String

タグ名。

digest
String

イメージ マニフェストの sha256 ベースのダイジェスト。

適用対象