Share via


GeoDataReplicationProperties Class

Definition

GeoDR Replication properties

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.GeoDataReplicationPropertiesTypeConverter))]
public class GeoDataReplicationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IGeoDataReplicationProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.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.Api202301Preview.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()

Applies to