GeoDataReplicationProperties 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.
GeoDR Replication properties
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.GeoDataReplicationPropertiesTypeConverter))]
public class GeoDataReplicationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IGeoDataReplicationProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.GeoDataReplicationPropertiesTypeConverter))>]
type GeoDataReplicationProperties = class
interface IGeoDataReplicationProperties
interface IJsonSerializable
Public Class GeoDataReplicationProperties
Implements IGeoDataReplicationProperties
- Inheritance
-
GeoDataReplicationProperties
- Attributes
- Implements
Constructors
GeoDataReplicationProperties() |
Creates an new GeoDataReplicationProperties instance. |
Properties
Location |
A list of regions where replicas of the namespace are maintained. |
MaxReplicationLagDurationInSecond |
The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GeoDataReplicationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GeoDataReplicationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IGeoDataReplicationProperties. |
FromJsonString(String) |
Creates a new instance of GeoDataReplicationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GeoDataReplicationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |