RegistryUpdateParametersInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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.