Share via


IArmDisasterRecoveryProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ArmDisasterRecoveryPropertiesTypeConverter))]
public interface IArmDisasterRecoveryProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ArmDisasterRecoveryPropertiesTypeConverter))>]
type IArmDisasterRecoveryProperties = interface
    interface IJsonSerializable
Public Interface IArmDisasterRecoveryProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AlternateName

Alternate name specified when alias and namespace names are same.

PartnerNamespace

ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing

PendingReplicationOperationsCount

Number of entities pending to be replicated.

ProvisioningState

Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'

Role

role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to