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


ApiCenterDeploymentCollection.GetAllAsync(String, CancellationToken) Method

Definition

Returns a collection of API deployments.

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

Parameters

filter
String

OData filter parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to