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

ImageRepositoryCredentials 类

定义

ImageRepositoryCredentials 表示用于登录到映像存储库的凭据。

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

构造函数

ImageRepositoryCredentials(String, String)

初始化 ImageRepositoryCredentials 的新实例。

属性

Password

用于访问目标存储库中的映像的密码或令牌。

RegistryUriString

用于验证存储库凭据的身份验证服务器的 URL。

Username

用于访问目标存储库中的映像的用户名。

适用于