NamespaceReplicaLocation Class

Namespace replication properties.

Constructor

NamespaceReplicaLocation()

Variables

Name Description
location_name
str

Azure regions where a replica of the namespace is maintained.

role_type
Union[str, <xref:"GeoDRRoleType">]

GeoDR Role Types. Known values are: "Primary" and "Secondary".

replica_state
str

state of Namespace replica.

cluster_arm_id
str

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