Share via


MockableApiManagementSubscriptionResource.GetApiManagementDeletedServices Method

Definition

Overloads

GetApiManagementDeletedServices()

Gets a collection of ApiManagementDeletedServiceResources in the SubscriptionResource.

GetApiManagementDeletedServices(CancellationToken)

Lists all soft-deleted services available for undelete for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
  • Operation Id: DeletedServices_ListBySubscription
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementDeletedServiceResource

GetApiManagementDeletedServices()

Source:
MockableApiManagementSubscriptionResource.cs
Source:
MockableApiManagementSubscriptionResource.cs

Gets a collection of ApiManagementDeletedServiceResources in the SubscriptionResource.

public virtual Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection GetApiManagementDeletedServices ();
abstract member GetApiManagementDeletedServices : unit -> Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection
override this.GetApiManagementDeletedServices : unit -> Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection
Public Overridable Function GetApiManagementDeletedServices () As ApiManagementDeletedServiceCollection

Returns

An object representing collection of ApiManagementDeletedServiceResources and their operations over a ApiManagementDeletedServiceResource.

Applies to

GetApiManagementDeletedServices(CancellationToken)

Source:
MockableApiManagementSubscriptionResource.cs
Source:
MockableApiManagementSubscriptionResource.cs

Lists all soft-deleted services available for undelete for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
  • Operation Id: DeletedServices_ListBySubscription
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementDeletedServiceResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource> GetApiManagementDeletedServices (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementDeletedServices : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>
override this.GetApiManagementDeletedServices : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>
Public Overridable Function GetApiManagementDeletedServices (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiManagementDeletedServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to