IArmDisasterRecoveryProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ArmDisasterRecoveryPropertiesTypeConverter))]
public interface IArmDisasterRecoveryProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ArmDisasterRecoveryPropertiesTypeConverter))>]
type IArmDisasterRecoveryProperties = interface
interface IJsonSerializable
Public Interface IArmDisasterRecoveryProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AlternateName |
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing |
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) |