NamespaceReplicaLocation Class
Namespace replication properties.
Constructor
NamespaceReplicaLocation()
Variables
| Name | Description |
|---|---|
|
location_name
|
Azure regions where a replica of the namespace is maintained. |
|
role_type
|
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
clusterArmId
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.
clusterArmId: str
locationName
Azure regions where a replica of the namespace is maintained.
locationName: str
replicaState
state of Namespace replica.
replicaState: str
roleType
"Primary" and "Secondary".
roleType: str | GeoDRRoleType