Sdílet prostřednictvím


VirtualNetworkGatewayResource.GetFailoverAllTestDetails 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 Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>> GetFailoverAllTestDetails (Azure.WaitUntil waitUntil, string type, bool fetchLatest, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFailoverAllTestDetails : Azure.WaitUntil * string * bool * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>
override this.GetFailoverAllTestDetails : Azure.WaitUntil * string * bool * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails>>
Public Overridable Function GetFailoverAllTestDetails (waitUntil As WaitUntil, type As String, fetchLatest As Boolean, Optional cancellationToken As CancellationToken = Nothing) As 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