ArmServiceBusModelFactory.FailoverProperties(Nullable<Boolean>) Method

Definition

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

isSafeFailover
Nullable<Boolean>

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.

Applies to