你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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. : AzureLargeStorageInstances_ListBySubscription.
  • Default Api Version. : 2024-08-01-preview.
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

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

Applies to