Compartilhar via


DeletedServicesOperationsExtensions.ListBySubscriptionAsync Método

Definição

Lista todos os serviços disponíveis com exclusão reversível para cancelamento da exclusão da assinatura selecionada.

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))

Parâmetros

operations
IDeletedServicesOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a