ArmServiceBusModelFactory.ServiceBusNamespaceReplicaLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ServiceBus.Models.ServiceBusNamespaceReplicaLocation ServiceBusNamespaceReplicaLocation(string locationName = default, Azure.ResourceManager.ServiceBus.Models.GeoDRRoleType? roleType = default, string clusterArmId = default);
static member ServiceBusNamespaceReplicaLocation : string * Nullable<Azure.ResourceManager.ServiceBus.Models.GeoDRRoleType> * string -> Azure.ResourceManager.ServiceBus.Models.ServiceBusNamespaceReplicaLocation
Public Shared Function ServiceBusNamespaceReplicaLocation (Optional locationName As String = Nothing, Optional roleType As Nullable(Of GeoDRRoleType) = Nothing, Optional clusterArmId As String = Nothing) As ServiceBusNamespaceReplicaLocation
Parameters
- locationName
- String
Azure regions where a replica of the namespace is maintained.
- roleType
- Nullable<GeoDRRoleType>
GeoDR Role Types.
- clusterArmId
- String
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.
Returns
A new ServiceBusNamespaceReplicaLocation instance for mocking.