Share via


ReplicationsOperationsExtensions.BeginUpdateAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Replication> BeginUpdateAsync (this Microsoft.Azure.Management.ContainerRegistry.IReplicationsOperations operations, string resourceGroupName, string registryName, string replicationName, System.Collections.Generic.IDictionary<string,string> tags = default, bool? regionEndpointEnabled = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.ContainerRegistry.IReplicationsOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Replication>
<Extension()>
Public Function BeginUpdateAsync (operations As IReplicationsOperations, resourceGroupName As String, registryName As String, replicationName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional regionEndpointEnabled As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Replication)

Parameters

operations
IReplicationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group to which the container registry belongs.

registryName
String

The name of the container registry.

replicationName
String

The name of the replication.

tags
IDictionary<String,String>

The tags for the replication.

regionEndpointEnabled
Nullable<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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to