ContainerRegistry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContainerRegistry クラスの新しいインスタンスを初期化します。
public ContainerRegistry (string userName = default, string password = default, string registryServer = default, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Batch.ContainerRegistry : string * string * string * Microsoft.Azure.Batch.ComputeNodeIdentityReference -> Microsoft.Azure.Batch.ContainerRegistry
Public Sub New (Optional userName As String = Nothing, Optional password As String = Nothing, Optional registryServer As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
パラメーター
- userName
- String
レジストリ サーバーにログインするユーザー名。
- password
- String
レジストリ サーバーにログインするためのパスワード。
- registryServer
- String
レジストリ URL。
- identityReference
- ComputeNodeIdentityReference
ユーザー名とパスワードではなく、Azure Container Registryへのアクセスに使用するユーザー割り当て ID への参照。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET