LargeStorageInstanceCollection.GetAll(CancellationToken) Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
  • Operation Id: AzureLargeStorageInstance_ListByResourceGroup
  • Default Api Version: 2023-07-20-preview
  • Resource: LargeStorageInstanceResource
public virtual Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LargeInstance.LargeStorageInstanceResource>
Public Overridable Function GetAll (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