VirtualHubRouteTableV2Collection.GetAll(CancellationToken) Method

Definition

Retrieves the details of all VirtualHubRouteTableV2s.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeTables
  • Operation Id: VirtualHubRouteTableV2s_List
  • Default Api Version: 2023-11-01
  • Resource: VirtualHubRouteTableV2Resource
public virtual Azure.Pageable<Azure.ResourceManager.Network.VirtualHubRouteTableV2Resource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.VirtualHubRouteTableV2Resource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.VirtualHubRouteTableV2Resource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualHubRouteTableV2Resource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of VirtualHubRouteTableV2Resource that may take multiple service requests to iterate over.

Applies to