次の方法で共有


ImageRepositoryCredential(Uri, String) コンストラクター

定義

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

public ImageRepositoryCredential (Uri imageRepositoryUri, string userName);
new Azure.ResourceManager.DataBoxEdge.Models.ImageRepositoryCredential : Uri * string -> Azure.ResourceManager.DataBoxEdge.Models.ImageRepositoryCredential
Public Sub New (imageRepositoryUri As Uri, userName As String)

パラメーター

imageRepositoryUri
Uri

イメージ リポジトリの URL (例: mcr.microsoft.com)。

userName
String

リポジトリのユーザー名。

例外

imageRepositoryUri または userName が null です。

適用対象