ReplicationUpdateParameters Class
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.
The parameters for updating a replication.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ReplicationUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReplicationUpdateParameters = class
Public Class ReplicationUpdateParameters
- Inheritance
-
ReplicationUpdateParameters
- Attributes
Constructors
ReplicationUpdateParameters() |
Initializes a new instance of the ReplicationUpdateParameters class. |
ReplicationUpdateParameters(IDictionary<String,String>, Nullable<Boolean>) |
Initializes a new instance of the ReplicationUpdateParameters class. |
Properties
RegionEndpointEnabled |
Gets or sets 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. |
Tags |
Gets or sets the tags for the replication. |
Applies to
Azure SDK for .NET