ArmDisasterRecoveryProperties Class

Properties required to the Create Or Update Alias(Disaster Recovery configurations).

Constructor

ArmDisasterRecoveryProperties()

Variables

Name Description
provisioning_state
Union[str, <xref:"ProvisioningStateDR">]

Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Known values are: "Accepted", "Succeeded", and "Failed".

pending_replication_operations_count
int

Number of entities pending to be replicated.

partner_namespace
str

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

alternate_name
str

Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.

role
Union[str, <xref:"RoleDisasterRecovery">]

role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Known values are: "Primary", "PrimaryNotReplicating", and "Secondary".

Attributes

alternateName

Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.

alternateName: str

partnerNamespace

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

partnerNamespace: str

pendingReplicationOperationsCount

Number of entities pending to be replicated.

pendingReplicationOperationsCount: int

provisioningState

Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'. Known values are: "Accepted", "Succeeded", and "Failed".

provisioningState: str | ProvisioningStateDR

role

role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Known values are: "Primary", "PrimaryNotReplicating", and "Secondary".

role: str | RoleDisasterRecovery