Share via


VirtualNetworkGatewayResource.GetFailoverSingleTestDetails Method

Definition

This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getFailoverSingleTestDetails
  • Operation Id: VirtualNetworkGateways_GetFailoverSingleTestDetails
  • Default Api Version: 2024-05-01
  • Resource: VirtualNetworkGatewayResource
public virtual Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverSingleTestDetails>> GetFailoverSingleTestDetails(Azure.WaitUntil waitUntil, string peeringLocation, string failoverTestId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFailoverSingleTestDetails : Azure.WaitUntil * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverSingleTestDetails>>
override this.GetFailoverSingleTestDetails : Azure.WaitUntil * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverSingleTestDetails>>
Public Overridable Function GetFailoverSingleTestDetails (waitUntil As WaitUntil, peeringLocation As String, failoverTestId As String, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IList(Of ExpressRouteFailoverSingleTestDetails))

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.

peeringLocation
String

Peering ___location of the test.

failoverTestId
String

The unique Guid value which identifies the test.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

peeringLocation or failoverTestId is null.

Applies to