InterconnectBlockCollection.GetAll(CancellationToken) Method

Definition

Lists all of the Interconnect Blocks in the specified resource group. Use the nextLink property in the response to get the next page of Interconnect Blocks.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/interconnectBlocks.
  • Operation Id. : InterconnectBlocks_ListByResourceGroup.
  • Default Api Version. : 2026-03-01.
public virtual Azure.Pageable<Azure.ResourceManager.Compute.InterconnectBlockResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.InterconnectBlockResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.InterconnectBlockResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of InterconnectBlockResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to