Freigeben über


DeletedServicesOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Listet alle vorläufig gelöschten Dienste auf, die für das Aufheben der Löschung für das angegebene Abonnement verfügbar sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>> ListBySubscriptionAsync (this Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IDeletedServicesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedServiceContract))

Parameter

operations
IDeletedServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: