NamespaceReplicaLocation Class
Namespace replication properties.
Constructor
NamespaceReplicaLocation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
location_name
|
Azure regions where a replica of the namespace is maintained. |
|
role_type
|
str or
GeoDRRoleType
GeoDR Role Types. Known values are: "Primary" and "Secondary". |
|
replica_state
|
state of Namespace replica. |
|
cluster_arm_id
|
Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster. |
Attributes
cluster_arm_id
Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster.
cluster_arm_id: str | None
location_name
Azure regions where a replica of the namespace is maintained.
location_name: str | None
replica_state
state of Namespace replica.
replica_state: str | None
role_type
"Primary" and "Secondary".
role_type: str | _models.GeoDRRoleType | None