你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 容器注册表,而不是用户名和密码。