GradientEdge CDK Utils
    Preparing search index...

    Interface ServiceBusGeoReplicationLocation

    Geo-replication replica configuration for a Service Bus namespace.

    interface ServiceBusGeoReplicationLocation {
        locationName: Input<string>;
        roleType: Input<ServiceBusGeoReplicationRoleType>;
    }
    Index

    Properties

    locationName: Input<string>

    Azure region name (e.g. "westeurope").

    Replica role — exactly one entry must be Primary, the rest Secondary.