Registry interface
An object that represents a container registry.
- Extends
Properties
admin |
The value that indicates whether the admin user is enabled. |
creation |
The creation date of the container registry in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
Enable a single data endpoint per region for serving data. |
data |
List of host names that will serve data when dataEndpointEnabled is true. NOTE: This property will not be serialized. It can only be populated by the server. |
encryption | The encryption settings of container registry. |
identity | The identity of the container registry. |
login |
The URL that can be used to log into the container registry. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
private |
List of private endpoint connections for a container registry. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the container registry at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Whether or not public network access is allowed for the container registry. |
sku | The SKU of the container registry. |
status | The status of the container registry at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server. |
zone |
Whether or not zone redundancy is enabled for this container registry |
Inherited Properties
id | The resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. This cannot be changed after the resource is created. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
adminUserEnabled
The value that indicates whether the admin user is enabled.
adminUserEnabled?: boolean
Property Value
boolean
creationDate
The creation date of the container registry in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
dataEndpointEnabled
Enable a single data endpoint per region for serving data.
dataEndpointEnabled?: boolean
Property Value
boolean
dataEndpointHostNames
List of host names that will serve data when dataEndpointEnabled is true. NOTE: This property will not be serialized. It can only be populated by the server.
dataEndpointHostNames?: string[]
Property Value
string[]
encryption
The encryption settings of container registry.
encryption?: EncryptionProperty
Property Value
identity
The identity of the container registry.
identity?: IdentityProperties
Property Value
loginServer
The URL that can be used to log into the container registry. NOTE: This property will not be serialized. It can only be populated by the server.
loginServer?: string
Property Value
string
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
privateEndpointConnections
List of private endpoint connections for a container registry. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The provisioning state of the container registry at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Whether or not public network access is allowed for the container registry.
publicNetworkAccess?: string
Property Value
string
sku
status
The status of the container registry at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.
status?: Status
Property Value
zoneRedundancy
Whether or not zone redundancy is enabled for this container registry
zoneRedundancy?: string
Property Value
string
Inherited Property Details
id
The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource. This cannot be changed after the resource is created.
location: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From Resource.systemData
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type