Package version:

An object that represents a container registry.

interface Registry {
    adminUserEnabled?: boolean;
    anonymousPullEnabled?: boolean;
    autoGeneratedDomainNameLabelScope?: string;
    creationDate?: any;
    dataEndpointEnabled?: boolean;
    dataEndpointHostNames?: string[];
    encryption?: EncryptionProperty;
    id?: string;
    identity?: IdentityProperties;
    location: string;
    loginServer?: string;
    metadataSearch?: string;
    name?: string;
    networkRuleBypassOptions?: string;
    networkRuleSet?: NetworkRuleSet;
    policies?: Policies;
    privateEndpointConnections?: PrivateEndpointConnection[];
    provisioningState?: string;
    publicNetworkAccess?: string;
    roleAssignmentMode?: string;
    sku: Sku;
    status?: Status;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
    zoneRedundancy?: string;
}

Hierarchy (view full)

Properties

adminUserEnabled?: boolean

The value that indicates whether the admin user is enabled.

anonymousPullEnabled?: boolean

Enables registry-wide pull from unauthenticated clients.

autoGeneratedDomainNameLabelScope?: string

Determines the domain name label reuse scope.

creationDate?: any

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.

metadataSearch?: string

Determines whether registry artifacts are indexed for metadata search.

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.

roleAssignmentMode?: string

Determines registry role assignment mode.

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