ExpressRouteCircuitPeeringResource.GetRoutesTableSummaryExpressRouteCircuitAsync 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.
Gets the currently advertised routes table summary associated with the express route circuit in a resource group.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/peerings/{peeringName}/routeTablesSummary/{devicePath}
- Operation Id: ExpressRouteCircuits_ListRoutesTableSummary
- Default Api Version: 2024-03-01
- Resource: ExpressRouteCircuitResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.ExpressRouteCircuitsRoutesTableSummaryListResult>> GetRoutesTableSummaryExpressRouteCircuitAsync (Azure.WaitUntil waitUntil, string devicePath, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRoutesTableSummaryExpressRouteCircuitAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.ExpressRouteCircuitsRoutesTableSummaryListResult>>
override this.GetRoutesTableSummaryExpressRouteCircuitAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.ExpressRouteCircuitsRoutesTableSummaryListResult>>
Public Overridable Function GetRoutesTableSummaryExpressRouteCircuitAsync (waitUntil As WaitUntil, devicePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ExpressRouteCircuitsRoutesTableSummaryListResult))
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.
- devicePath
- String
The path of the device.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
devicePath
is an empty string, and was expected to be non-empty.
devicePath
is null.
Applies to
Azure SDK for .NET