ArmDisasterRecovery Class
Single item in List or Get Alias(Disaster Recovery configuration) operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicebus.v2022_10_01_preview.models._models_py3.ProxyResourceArmDisasterRecovery
Constructor
ArmDisasterRecovery(*, partner_namespace: str | None = None, alternate_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
partner_namespace
|
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. |
alternate_name
|
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs". |
location
|
The geo-location where the resource lives. |
system_data
|
The system meta data relating to this resource. |
provisioning_state
|
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
|
Number of entities pending to be replicated. |
partner_namespace
|
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. |
alternate_name
|
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing. |
role
|
role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Known values are: "Primary", "PrimaryNotReplicating", and "Secondary". |
Azure SDK for Python