MockableNetworkSubscriptionResource.GetRouteTables(CancellationToken) 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 all route tables in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTables
- Operation Id: RouteTables_ListAll
- Default Api Version: 2024-03-01
- Resource: RouteTableResource
public virtual Azure.Pageable<Azure.ResourceManager.Network.RouteTableResource> GetRouteTables (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRouteTables : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.RouteTableResource>
override this.GetRouteTables : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.RouteTableResource>
Public Overridable Function GetRouteTables (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RouteTableResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of RouteTableResource that may take multiple service requests to iterate over.