MockableLargeInstanceSubscriptionResource.GetLargeInstancesAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances
  • Operation Id: AzureLargeInstance_ListBySubscription
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeInstanceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeInstanceResource> GetLargeInstancesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetLargeInstancesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeInstanceResource>
override this.GetLargeInstancesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeInstanceResource>
Public Overridable Function GetLargeInstancesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LargeInstanceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to