ElasticSanCollection.GetAll(CancellationToken) Method

Definition

Gets a list of ElasticSan in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans
  • Operation Id: ElasticSans_ListByResourceGroup
  • Default Api Version: 2024-05-01
  • Resource: ElasticSanResource
public virtual Azure.Pageable<Azure.ResourceManager.ElasticSan.ElasticSanResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ElasticSan.ElasticSanResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ElasticSan.ElasticSanResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ElasticSanResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to