Package version:

An object that represents a replication for a container registry.

interface Replication {
    id?: string;
    location: string;
    name?: string;
    provisioningState?: string;
    regionEndpointEnabled?: boolean;
    status?: Status;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
    zoneRedundancy?: string;
}

Hierarchy (view full)

Properties

id?: string

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

location: string

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

name?: string

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

provisioningState?: string

The provisioning state of the replication at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.

regionEndpointEnabled?: boolean

Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.

status?: Status

The status of the replication 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 replication