共用方式為


HybridDataStoreCollection.GetAllAsync(String, CancellationToken) Method

Definition

Gets all the data stores/repositories in the given resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores
  • Operation Id: DataStores_ListByDataManager
public virtual Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataStoreResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataStoreResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataStoreResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridDataStoreResource)

Parameters

filter
String

OData Filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to