Dela via


RegistryUpdateParametersInner Constructors

Definition

Overloads

RegistryUpdateParametersInner()

Initializes a new instance of the RegistryUpdateParametersInner class.

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

Initializes a new instance of the RegistryUpdateParametersInner class.

RegistryUpdateParametersInner()

Initializes a new instance of the RegistryUpdateParametersInner class.

public RegistryUpdateParametersInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RegistryUpdateParametersInner class.

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)

Parameters

tags
IDictionary<String,String>

The tags for the container registry.

sku
Sku

The SKU of the container registry.

adminUserEnabled
Nullable<Boolean>

The value that indicates whether the admin user is enabled.

storageAccount
StorageAccountProperties

The parameters of a storage account for the container registry. Only applicable to Classic SKU. If specified, the storage account must be in the same physical location as the container registry.

Applies to