ArmServiceBusModelFactory.FailoverProperties(Nullable<Boolean>) 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.FailoverProperties FailoverProperties(bool? isSafeFailover = default);
static member FailoverProperties : Nullable<bool> -> Azure.ResourceManager.ServiceBus.Models.FailoverProperties
Public Shared Function FailoverProperties (Optional isSafeFailover As Nullable(Of Boolean) = Nothing) As FailoverProperties
Parameters
Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary.
Returns
A new FailoverProperties instance for mocking.