LargeInstanceCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of Azure Large Instances in the specified subscription and resource group. The operations returns various properties of each Azure Large Instance.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances.
  • Operation Id. : AzureLargeInstances_ListByResourceGroup.
  • Default Api Version. : 2024-08-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeInstanceResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeInstanceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeInstanceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LargeInstanceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to