MockableLargeInstanceSubscriptionResource.GetLargeStorageInstances 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. : AzureLargeStorageInstances_ListBySubscription.
  • Default Api Version. : 2024-08-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource> GetLargeStorageInstances(System.Threading.CancellationToken cancellationToken = default);
abstract member GetLargeStorageInstances : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
override this.GetLargeStorageInstances : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
Public Overridable Function GetLargeStorageInstances (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LargeStorageInstanceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to