ReplicationUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Azure SDK for .NET