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

ContainerAppRegistryCredentials 类

定义

容器应用专用注册表。

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

构造函数

ContainerAppRegistryCredentials()

初始化 ContainerAppRegistryCredentials 的新实例。

属性

Identity

用于对Azure 容器注册表进行身份验证的托管标识。 对于用户分配的标识,请使用完整的用户分配标识资源 ID。 对于系统分配的标识,请使用“system”。

PasswordSecretRef

包含注册表登录密码的机密的名称。

Server

容器注册表服务器。

Username

容器注册表用户名。

适用于