RegistryUpdateParameters interface  
The parameters for updating a container registry.
Properties
| admin | 
	The value that indicates whether the admin user is enabled.  | 
| data | 
	Enable a single data endpoint per region for serving data.  | 
| encryption | The encryption settings of container registry.  | 
| identity | The identity of the container registry.  | 
| network | 
	Whether to allow trusted Azure services to access a network restricted registry.  | 
| network | 
	The network rule set for a container registry.  | 
| policies | The policies for a container registry.  | 
| public | 
	Whether or not public network access is allowed for the container registry.  | 
| sku | The SKU of the container registry.  | 
| tags | The tags for the container registry.  | 
Property Details
		adminUserEnabled
	  
	The value that indicates whether the admin user is enabled.
adminUserEnabled?: boolean
				Property Value
boolean
		dataEndpointEnabled
	  
	Enable a single data endpoint per region for serving data.
dataEndpointEnabled?: boolean
				Property Value
boolean
encryption
The encryption settings of container registry.
encryption?: EncryptionProperty
				Property Value
identity
The identity of the container registry.
identity?: IdentityProperties
				Property Value
		networkRuleBypassOptions
	   
	Whether to allow trusted Azure services to access a network restricted registry.
networkRuleBypassOptions?: string
				Property Value
string
		networkRuleSet
	  
	The network rule set for a container registry.
networkRuleSet?: NetworkRuleSet
				Property Value
policies
		publicNetworkAccess
	  
	Whether or not public network access is allowed for the container registry.
publicNetworkAccess?: string
				Property Value
string
sku
tags
The tags for the container registry.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}