ExpressRouteCircuitResource.GetCircuitLinkFailoverAllTestsDetails Method

Definition

Retrieves the details of all the link failover tests performed on the express route circuit.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/getCircuitLinkFailoverAllTestsDetails.
  • Operation Id. : ExpressRouteCircuits_GetCircuitLinkFailoverAllTestsDetails.
  • Default Api Version. : 2025-07-01.
  • Resource. : ExpressRouteCircuitResource.
public virtual Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails>> GetCircuitLinkFailoverAllTestsDetails(Azure.WaitUntil waitUntil, string failoverTestType = default, bool? fetchLatest = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCircuitLinkFailoverAllTestsDetails : Azure.WaitUntil * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails>>
override this.GetCircuitLinkFailoverAllTestsDetails : Azure.WaitUntil * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails>>
Public Overridable Function GetCircuitLinkFailoverAllTestsDetails (waitUntil As WaitUntil, Optional failoverTestType As String = Nothing, Optional fetchLatest As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IList(Of ExpressRouteLinkFailoverAllTestsDetails))

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.

failoverTestType
String

The type of failover test.

fetchLatest
Nullable<Boolean>

Fetch only the latest tests.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to