通过


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

RegistryUpdateParameters interface

用于更新容器注册表的参数。

属性

adminUserEnabled

指示是否启用管理员用户的值。

anonymousPullEnabled

启用从未经身份验证的客户端进行注册表范围的拉取。

dataEndpointEnabled

为每个区域启用单个数据终结点来提供数据。

encryption

容器注册表的加密设置。

identity

容器注册表的标识。

networkRuleBypassAllowedForTasks

是否允许 ACR 任务服务访问受网络限制的注册表。

networkRuleBypassOptions

是否允许受信任的 Azure 服务访问网络受限注册表。

networkRuleSet

容器注册表的网络规则集。

policies

容器注册表的策略。

publicNetworkAccess

是否允许对容器注册表进行公用网络访问。

roleAssignmentMode

确定注册表角色分配模式。

sku

容器注册表的 SKU。

tags

容器注册表的标记。

属性详细信息

adminUserEnabled

指示是否启用管理员用户的值。

adminUserEnabled?: boolean

属性值

boolean

anonymousPullEnabled

启用从未经身份验证的客户端进行注册表范围的拉取。

anonymousPullEnabled?: boolean

属性值

boolean

dataEndpointEnabled

为每个区域启用单个数据终结点来提供数据。

dataEndpointEnabled?: boolean

属性值

boolean

encryption

容器注册表的加密设置。

encryption?: EncryptionProperty

属性值

identity

容器注册表的标识。

identity?: IdentityProperties

属性值

networkRuleBypassAllowedForTasks

是否允许 ACR 任务服务访问受网络限制的注册表。

networkRuleBypassAllowedForTasks?: boolean

属性值

boolean

networkRuleBypassOptions

是否允许受信任的 Azure 服务访问网络受限注册表。

networkRuleBypassOptions?: string

属性值

string

networkRuleSet

容器注册表的网络规则集。

networkRuleSet?: NetworkRuleSet

属性值

policies

容器注册表的策略。

policies?: Policies

属性值

publicNetworkAccess

是否允许对容器注册表进行公用网络访问。

publicNetworkAccess?: string

属性值

string

roleAssignmentMode

确定注册表角色分配模式。

roleAssignmentMode?: string

属性值

string

sku

容器注册表的 SKU。

sku?: Sku

属性值

Sku

tags

容器注册表的标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}