Package version:

An object that represents a container registry.

Hierarchy

Properties

adminUserEnabled?: boolean

The value that indicates whether the admin user is enabled.

anonymousPullEnabled?: boolean

Enables registry-wide pull from unauthenticated clients.

creationDate?: Date

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.

dataEndpointEnabled?: boolean

Enable a single data endpoint per region for serving data.

dataEndpointHostNames?: string[]

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?: EncryptionProperty

The encryption settings of container registry.

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

The identity of the container registry.

location: string

The location of the resource. This cannot be changed after the resource is created.

loginServer?: string

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.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

networkRuleBypassOptions?: string

Whether to allow trusted Azure services to access a network restricted registry.

networkRuleSet?: NetworkRuleSet

The network rule set for a container registry.

policies?: Policies

The policies for a container registry.

privateEndpointConnections?: PrivateEndpointConnection[]

List of private endpoint connections for a container registry. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

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.

publicNetworkAccess?: string

Whether or not public network access is allowed for the container registry.

sku: Sku

The SKU of the container registry.

status?: 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.

systemData?: 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.

tags?: {
    [propertyName: string]: string;
}

The tags of the resource.

Type declaration

  • [propertyName: string]: string
type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

zoneRedundancy?: string

Whether or not zone redundancy is enabled for this container registry

Generated using TypeDoc