Share via


LargeInstanceExtensions.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 static Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource> GetLargeStorageInstancesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetLargeStorageInstancesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
<Extension()>
Public Function GetLargeStorageInstancesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LargeStorageInstanceResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to