Stops the virtual interface failover test.
directconnect_stop_bgp_failover_test(virtualInterfaceId)[required] The ID of the virtual interface you no longer want to test.
A list with the following syntax:
list(
virtualInterfaceTest = list(
testId = "string",
virtualInterfaceId = "string",
bgpPeers = list(
"string"
),
status = "string",
ownerAccount = "string",
testDurationInMinutes = 123,
startTime = as.POSIXct(
"2015-01-01"
),
endTime = as.POSIXct(
"2015-01-01"
)
)
)
svc$stop_bgp_failover_test( virtualInterfaceId = "string" )