Share via


ReplicationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerRegistryManagementClient's

<xref:replications> attribute.

Constructor

ReplicationsOperations(*args, **kwargs)

Methods

begin_create

Creates a replication for a container registry with the specified parameters.

begin_delete

Deletes a replication from a container registry.

begin_update

Updates a replication for a container registry with the specified parameters.

get

Gets the properties of the specified replication.

list

Lists all the replications for the specified container registry.

begin_create

Creates a replication for a container registry with the specified parameters.

begin_create(resource_group_name: str, registry_name: str, replication_name: str, replication: _models.Replication, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.Replication]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

replication_name
Required
str

The name of the replication. Required.

replication
Required
Replication or <xref:JSON> or IO[bytes]

The parameters for creating a replication. Is one of the following types: Replication, JSON, IO[bytes] Required.

Returns

Type Description

An instance of LROPoller that returns Replication. The Replication is compatible with MutableMapping

Exceptions

Type Description

begin_delete

Deletes a replication from a container registry.

begin_delete(resource_group_name: str, registry_name: str, replication_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

replication_name
Required
str

The name of the replication. Required.

Returns

Type Description

An instance of LROPoller that returns None

Exceptions

Type Description

begin_update

Updates a replication for a container registry with the specified parameters.

begin_update(resource_group_name: str, registry_name: str, replication_name: str, replication_update_parameters: _models.ReplicationUpdateParameters, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.Replication]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

replication_name
Required
str

The name of the replication. Required.

replication_update_parameters
Required
ReplicationUpdateParameters or <xref:JSON> or IO[bytes]

The parameters for updating a replication. Is one of the following types: ReplicationUpdateParameters, JSON, IO[bytes] Required.

Returns

Type Description

An instance of LROPoller that returns Replication. The Replication is compatible with MutableMapping

Exceptions

Type Description

get

Gets the properties of the specified replication.

get(resource_group_name: str, registry_name: str, replication_name: str, **kwargs: Any) -> Replication

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

replication_name
Required
str

The name of the replication. Required.

Returns

Type Description

Replication. The Replication is compatible with MutableMapping

Exceptions

Type Description

list

Lists all the replications for the specified container registry.

list(resource_group_name: str, registry_name: str, **kwargs: Any) -> ItemPaged[Replication]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

registry_name
Required
str

The name of the container registry. Required.

Returns

Type Description

An iterator like instance of Replication

Exceptions

Type Description