ExpressRouteCircuitResource.GetCircuitLinkFailoverAllTestsDetailsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails>>> GetCircuitLinkFailoverAllTestsDetailsAsync(Azure.WaitUntil waitUntil, string failoverTestType = default, bool? fetchLatest = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCircuitLinkFailoverAllTestsDetailsAsync : Azure.WaitUntil * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails>>>
override this.GetCircuitLinkFailoverAllTestsDetailsAsync : Azure.WaitUntil * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails>>>
Public Overridable Function GetCircuitLinkFailoverAllTestsDetailsAsync (waitUntil As WaitUntil, Optional failoverTestType As String = Nothing, Optional fetchLatest As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token to use.