ContainerRegistryReplicationCollection.CreateOrUpdateAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}
  • Operation Id: Replications_Create
  • Default Api Version: 2022-12-01
  • Resource: ContainerRegistryReplicationResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryReplicationResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string replicationName, Azure.ResourceManager.ContainerRegistry.ContainerRegistryReplicationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ContainerRegistry.ContainerRegistryReplicationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryReplicationResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ContainerRegistry.ContainerRegistryReplicationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerRegistry.ContainerRegistryReplicationResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, replicationName As String, data As ContainerRegistryReplicationData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ContainerRegistryReplicationResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

replicationName
String

The name of the replication.

data
ContainerRegistryReplicationData

The parameters for creating a replication.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

replicationName is an empty string, and was expected to be non-empty.

replicationName or data is null.

Applies to