Share via


ReplicationUpdateParameters Constructors

Definition

Overloads

ReplicationUpdateParameters()

Initializes a new instance of the ReplicationUpdateParameters class.

ReplicationUpdateParameters(IDictionary<String,String>, Nullable<Boolean>)

Initializes a new instance of the ReplicationUpdateParameters class.

ReplicationUpdateParameters()

Initializes a new instance of the ReplicationUpdateParameters class.

public ReplicationUpdateParameters ();
Public Sub New ()

Applies to

ReplicationUpdateParameters(IDictionary<String,String>, Nullable<Boolean>)

Initializes a new instance of the ReplicationUpdateParameters class.

public ReplicationUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, bool? regionEndpointEnabled = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.ReplicationUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.Management.ContainerRegistry.Models.ReplicationUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional regionEndpointEnabled As Nullable(Of Boolean) = Nothing)

Parameters

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.

Applies to