LargeInstanceExtensions.GetLargeStorageInstancesAsync Method

Definition

Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance. <item> Mocking. To mock this method, please mock GetLargeStorageInstancesAsync(CancellationToken) instead. </item>

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 the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to