你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageRegistryCredential 类

定义

映像注册表凭据。

public class ImageRegistryCredential
type ImageRegistryCredential = class
Public Class ImageRegistryCredential
继承
ImageRegistryCredential

构造函数

ImageRegistryCredential()

初始化 ImageRegistryCredential 类的新实例。

ImageRegistryCredential(String, String, String)

初始化 ImageRegistryCredential 类的新实例。

属性

Password

获取或设置专用注册表的密码。

Server

获取或设置没有协议(如“http”和“https”)的 Docker 映像注册表服务器。

Username

获取或设置专用注册表的用户名。

方法

Validate()

验证 对象。

适用于