MockableLargeInstanceSubscriptionResource.GetLargeStorageInstancesAsync Method

Definition

Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to