RegistryPropertiesUpdateParameters interface
The parameters for updating the properties of a container registry.
Properties
| admin |
The value that indicates whether the admin user is enabled. |
| anonymous |
Enables registry-wide pull from unauthenticated clients. |
| data |
Enable a single data endpoint per region for serving data. |
| encryption | The encryption settings of container registry. |
| endpoint |
The connectivity protocol for the registry, such as IPv4 or dual stack (IPv4 and IPv6). |
| metadata |
Determines whether registry artifacts are indexed for metadata search. |
| network |
Whether to allow ACR Tasks service to access a network restricted 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. |
| regional |
Enable per-region endpoints for accessing registry. |
| role |
Determines registry role assignment mode. |
Property Details
adminUserEnabled
The value that indicates whether the admin user is enabled.
adminUserEnabled?: boolean
Property Value
boolean
anonymousPullEnabled
Enables registry-wide pull from unauthenticated clients.
anonymousPullEnabled?: 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
endpointProtocol
The connectivity protocol for the registry, such as IPv4 or dual stack (IPv4 and IPv6).
endpointProtocol?: string
Property Value
string
metadataSearch
Determines whether registry artifacts are indexed for metadata search.
metadataSearch?: string
Property Value
string
networkRuleBypassAllowedForTasks
Whether to allow ACR Tasks service to access a network restricted registry.
networkRuleBypassAllowedForTasks?: boolean
Property Value
boolean
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
regionalEndpoints
Enable per-region endpoints for accessing registry.
regionalEndpoints?: string
Property Value
string
roleAssignmentMode
Determines registry role assignment mode.
roleAssignmentMode?: string
Property Value
string