ExpressRouteGatewayResource.GetFailoverAllTestsDetailsAsync Method

Definition

Retrieves the details of all the failover tests performed on the ExpressRoute gateway for different peering locations.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/getFailoverAllTestsDetails.
  • Operation Id. : ExpressRouteGateways_GetFailoverAllTestsDetails.
  • Default Api Version. : 2025-07-01.
  • Resource. : ExpressRouteGatewayResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>> GetFailoverAllTestsDetailsAsync(Azure.WaitUntil waitUntil, string type = default, bool? fetchLatest = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFailoverAllTestsDetailsAsync : Azure.WaitUntil * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>>
override this.GetFailoverAllTestsDetailsAsync : Azure.WaitUntil * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>>
Public Overridable Function GetFailoverAllTestsDetailsAsync (waitUntil As WaitUntil, Optional type As String = Nothing, Optional fetchLatest As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of IList(Of ExpressRouteFailoverTestDetails)))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

type
String

The type of failover test.

fetchLatest
Nullable<Boolean>

Fetch only the latest tests for each peering location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to