AppPlatformBuilderResource.GetDeploymentsAsync(CancellationToken) Method

Definition

List deployments that are using the builder.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/listUsingDeployments
  • Operation Id: BuildServiceBuilder_ListDeployments
public virtual Azure.AsyncPageable<Azure.Core.ResourceIdentifier> GetDeploymentsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Core.ResourceIdentifier>
override this.GetDeploymentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Core.ResourceIdentifier>
Public Overridable Function GetDeploymentsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceIdentifier)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to