Replication Class

An object that represents a replication for a container registry.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.Resource
Replication

Constructor

Replication(*, location: str, tags: Optional[Dict[str, str]] = None, region_endpoint_enabled: Optional[bool] = True, **kwargs)

Variables

id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

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

tags
dict[str, str]

A set of tags. The tags of the resource.

system_data
SystemData

Metadata pertaining to creation and last modification of the resource.

provisioning_state
str or ProvisioningState

The provisioning state of the replication at the time the operation was called. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".

status
Status

The status of the replication at the time the operation was called.

region_endpoint_enabled
bool

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.