你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerRegistry 类
- java.
lang. Object - com.
microsoft. azure. management. batch. ContainerRegistry
- com.
public class ContainerRegistry
专用容器注册表。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Compute |
identityReference()
获取 identityReference 值。 |
String |
password()
获取密码值。 |
String |
registryServer()
如果省略,则获取 ,默认值为“docker.io”。 |
String |
userName()
获取 userName 值。 |
Container |
withIdentityReference(ComputeNodeIdentityReference identityReference)
设置 identityReference 值。 |
Container |
withPassword(String password)
设置密码值。 |
Container |
withRegistryServer(String registryServer)
如果省略,则设置默认值为“docker.io”。 |
Container |
withUserName(String userName)
设置 userName 值。 |
方法详细信息
identityReference
public ComputeNodeIdentityReference identityReference()
获取 identityReference 值。
返回:
password
public String password()
获取密码值。
返回:
registryServer
public String registryServer()
如果省略,则获取 ,默认值为“docker.io”。
返回:
userName
public String userName()
获取 userName 值。
返回:
withIdentityReference
public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)
设置 identityReference 值。
参数:
返回:
withPassword
public ContainerRegistry withPassword(String password)
设置密码值。
参数:
返回:
withRegistryServer
public ContainerRegistry withRegistryServer(String registryServer)
如果省略,则设置默认值为“docker.io”。
参数:
返回:
withUserName
public ContainerRegistry withUserName(String userName)
设置 userName 值。
参数:
返回: