Delen via


VirtualNetworkGatewayResource.GetFailoverSingleTestDetailsAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverSingleTestDetails>>> GetFailoverSingleTestDetailsAsync (Azure.WaitUntil waitUntil, string peeringLocation, string failoverTestId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFailoverSingleTestDetailsAsync : Azure.WaitUntil * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverSingleTestDetails>>>
override this.GetFailoverSingleTestDetailsAsync : Azure.WaitUntil * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ExpressRouteFailoverSingleTestDetails>>>
Public Overridable Function GetFailoverSingleTestDetailsAsync (waitUntil As WaitUntil, peeringLocation As String, failoverTestId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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