ApiCenterApiCollection.GetAllAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.