Share via


RegistryUpdateParameters Class

Definition

The parameters for updating a container registry.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RegistryUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegistryUpdateParameters = class
Public Class RegistryUpdateParameters
Inheritance
RegistryUpdateParameters
Attributes

Constructors

RegistryUpdateParameters()

Initializes a new instance of the RegistryUpdateParameters class.

RegistryUpdateParameters(IdentityProperties, IDictionary<String, String>, Sku, Nullable<Boolean>, NetworkRuleSet, Policies, EncryptionProperty, Nullable<Boolean>, String, String)

Initializes a new instance of the RegistryUpdateParameters class.

Properties

AdminUserEnabled

Gets or sets the value that indicates whether the admin user is enabled.

DataEndpointEnabled

Gets or sets enable a single data endpoint per region for serving data.

Encryption

Gets or sets the encryption settings of container registry.

Identity

Gets or sets the identity of the container registry.

NetworkRuleBypassOptions

Gets or sets whether to allow trusted Azure services to access a network restricted registry. Possible values include: 'AzureServices', 'None'

NetworkRuleSet

Gets or sets the network rule set for a container registry.

Policies

Gets or sets the policies for a container registry.

PublicNetworkAccess

Gets or sets whether or not public network access is allowed for the container registry. Possible values include: 'Enabled', 'Disabled'

Sku

Gets or sets the SKU of the container registry.

Tags

Gets or sets the tags for the container registry.

Methods

Validate()

Validate the object.

Applies to