ArmServiceBusModelFactory.ServiceBusNamespaceFailOver Method

Definition

public static Azure.ResourceManager.ServiceBus.Models.ServiceBusNamespaceFailOver ServiceBusNamespaceFailOver(string primaryLocation = default, bool? force = default);
static member ServiceBusNamespaceFailOver : string * Nullable<bool> -> Azure.ResourceManager.ServiceBus.Models.ServiceBusNamespaceFailOver
Public Shared Function ServiceBusNamespaceFailOver (Optional primaryLocation As String = Nothing, Optional force As Nullable(Of Boolean) = Nothing) As ServiceBusNamespaceFailOver

Parameters

primaryLocation
String

Query parameter for the new primary location after failover.

force
Nullable<Boolean>

If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss.

Returns

A new ServiceBusNamespaceFailOver instance for mocking.

Applies to