Поделиться через


ApiCenterApiCollection.GetAllAsync(String, CancellationToken) Method

Definition

Returns a collection of APIs.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}/workspaces/{workspaceName}/apis
  • Operation Id: Apis_List
  • Default Api Version: 2024-03-01
  • Resource: ApiCenterApiResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiCenter.ApiCenterApiResource> GetAllAsync(string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiCenter.ApiCenterApiResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiCenter.ApiCenterApiResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiCenterApiResource)

Parameters

filter
String

OData filter parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to