Share via


AvsPrivateCloudDatastoreCollection.GetAll(CancellationToken) Method

Definition

List datastores in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores
  • Operation Id: Datastores_List
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
public virtual Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudDatastoreResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudDatastoreResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudDatastoreResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvsPrivateCloudDatastoreResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to