Share via


VirtualNetworkGatewayResource.GetFailoverAllTestDetailsAsync Method

Definition

This operation retrieves the details of all the failover tests performed on the gateway for different peering locations

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getFailoverAllTestsDetails
  • Operation Id: VirtualNetworkGateways_GetFailoverAllTestDetails
  • Default Api Version: 2024-05-01
  • Resource: VirtualNetworkGatewayResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>> GetFailoverAllTestDetailsAsync(Azure.WaitUntil waitUntil, string type, bool fetchLatest, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFailoverAllTestDetailsAsync : Azure.WaitUntil * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>>
override this.GetFailoverAllTestDetailsAsync : Azure.WaitUntil * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>>
Public Overridable Function GetFailoverAllTestDetailsAsync (waitUntil As WaitUntil, type As String, fetchLatest As Boolean, 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
Boolean

Fetch only the latest tests for each peering ___location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

type is null.

Applies to