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

RegistryUpdateParametersInner 构造函数

定义

重载

RegistryUpdateParametersInner()

初始化 RegistryUpdateParametersInner 类的新实例。

RegistryUpdateParametersInner(IDictionary<String,String>, Sku, Nullable<Boolean>, StorageAccountProperties)

初始化 RegistryUpdateParametersInner 类的新实例。

RegistryUpdateParametersInner()

初始化 RegistryUpdateParametersInner 类的新实例。

public RegistryUpdateParametersInner ();
Public Sub New ()

适用于

RegistryUpdateParametersInner(IDictionary<String,String>, Sku, Nullable<Boolean>, StorageAccountProperties)

初始化 RegistryUpdateParametersInner 类的新实例。

public RegistryUpdateParametersInner (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Sku sku = default, bool? adminUserEnabled = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.StorageAccountProperties storageAccount = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUpdateParametersInner : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Sku * Nullable<bool> * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.StorageAccountProperties -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryUpdateParametersInner
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional adminUserEnabled As Nullable(Of Boolean) = Nothing, Optional storageAccount As StorageAccountProperties = Nothing)

参数

tags
IDictionary<String,String>

容器注册表的标记。

sku
Sku

容器注册表的 SKU。

adminUserEnabled
Nullable<Boolean>

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

storageAccount
StorageAccountProperties

容器注册表的存储帐户的参数。 仅适用于经典 SKU。 如果指定,存储帐户必须与容器注册表位于同一物理位置。

适用于