HybridDataServiceCollection.GetAll(CancellationToken) Method

Definition

This method gets all the data services.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataServices
  • Operation Id: DataServices_ListByDataManager
public virtual Azure.Pageable<Azure.ResourceManager.HybridData.HybridDataServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridData.HybridDataServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridData.HybridDataServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridDataServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to