RegistryUpdateParameters 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
RegistryUpdateParameters() |
Initializes a new instance of the RegistryUpdateParameters class. |
RegistryUpdateParameters(IDictionary<String,String>, Sku, Nullable<Boolean>, NetworkRuleSet, Policies) |
Initializes a new instance of the RegistryUpdateParameters class. |
RegistryUpdateParameters()
Initializes a new instance of the RegistryUpdateParameters class.
public RegistryUpdateParameters ();
Public Sub New ()
Applies to
RegistryUpdateParameters(IDictionary<String,String>, Sku, Nullable<Boolean>, NetworkRuleSet, Policies)
Initializes a new instance of the RegistryUpdateParameters class.
public RegistryUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ContainerRegistry.Models.Sku sku = default, bool? adminUserEnabled = default, Microsoft.Azure.Management.ContainerRegistry.Models.NetworkRuleSet networkRuleSet = default, Microsoft.Azure.Management.ContainerRegistry.Models.Policies policies = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerRegistry.Models.Sku * Nullable<bool> * Microsoft.Azure.Management.ContainerRegistry.Models.NetworkRuleSet * Microsoft.Azure.Management.ContainerRegistry.Models.Policies -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional adminUserEnabled As Nullable(Of Boolean) = Nothing, Optional networkRuleSet As NetworkRuleSet = Nothing, Optional policies As Policies = Nothing)
Parameters
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
The tags for the container registry.
- sku
- Sku
The SKU of the container registry.
- adminUserEnabled
- System.Nullable<System.Boolean>
The value that indicates whether the admin user is enabled.
- networkRuleSet
- NetworkRuleSet
The network rule set for a container registry.
- policies
- Policies
The policies for a container registry.