MockableApiCenterSubscriptionResource.GetApiCenterDeletedServicesAsync Method

Definition

Lists services within an Azure subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ApiCenter/deletedServices.
  • Operation Id. : DeletedServices_ListBySubscription.
  • Default Api Version. : 2024-06-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource> GetApiCenterDeletedServicesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiCenterDeletedServicesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource>
override this.GetApiCenterDeletedServicesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource>
Public Overridable Function GetApiCenterDeletedServicesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiCenterDeletedServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ApiCenterDeletedServiceResource that may take multiple service requests to iterate over.

Applies to