Share via


NamespaceReplicaLocation Class

Definition

Namespace replication properties.

public class NamespaceReplicaLocation : Azure.Provisioning.Primitives.ProvisioningConstruct
type NamespaceReplicaLocation = class
    inherit ProvisioningConstruct
Public Class NamespaceReplicaLocation
Inherits ProvisioningConstruct
Inheritance
NamespaceReplicaLocation

Constructors

NamespaceReplicaLocation()

Creates a new NamespaceReplicaLocation.

Properties

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.

LocationName

Azure regions where a replica of the namespace is maintained.

RoleType

GeoDR Role Types.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to