Share via


DeletedServicesOperationsExtensions Class

Definition

Extension methods for DeletedServicesOperations.

public static class DeletedServicesOperationsExtensions
type DeletedServicesOperationsExtensions = class
Public Module DeletedServicesOperationsExtensions
Inheritance
DeletedServicesOperationsExtensions

Methods

BeginPurge(IDeletedServicesOperations, String, String)

Purges Api Management Service (deletes it with no option to undelete).

BeginPurgeAsync(IDeletedServicesOperations, String, String, CancellationToken)

Purges Api Management Service (deletes it with no option to undelete).

GetByName(IDeletedServicesOperations, String, String)

Get soft-deleted Api Management Service by name.

GetByNameAsync(IDeletedServicesOperations, String, String, CancellationToken)

Get soft-deleted Api Management Service by name.

ListBySubscription(IDeletedServicesOperations)

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

ListBySubscriptionAsync(IDeletedServicesOperations, CancellationToken)

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

ListBySubscriptionNext(IDeletedServicesOperations, String)

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

ListBySubscriptionNextAsync(IDeletedServicesOperations, String, CancellationToken)

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

Purge(IDeletedServicesOperations, String, String)

Purges Api Management Service (deletes it with no option to undelete).

PurgeAsync(IDeletedServicesOperations, String, String, CancellationToken)

Purges Api Management Service (deletes it with no option to undelete).

Applies to