共用方式為


HybridDataServiceCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataServiceResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataServiceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataServiceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridDataServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to