Share via


IDeletedServicesOperations Interface

Definition

DeletedServicesOperations operations.

public interface IDeletedServicesOperations
type IDeletedServicesOperations = interface
Public Interface IDeletedServicesOperations

Methods

BeginPurgeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetByNameWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get soft-deleted Api Management Service by name.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

PurgeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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