ArmServiceBusModelFactory.ServiceBusNamespaceFailOver 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.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.
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.