MockableApiCenterSubscriptionResource.GetApiCenterDeletedServicesAsync 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.
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.