Compartilhar via


ApiManagementExtensions.GetApiManagementDeletedServices Método

Definição

Sobrecargas

GetApiManagementDeletedServices(SubscriptionResource)

Obtém uma coleção de ApiManagementDeletedServiceResources no SubscriptionResource.

GetApiManagementDeletedServices(SubscriptionResource, CancellationToken)

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
  • Operação IdDeletedServices_ListBySubscription

GetApiManagementDeletedServices(SubscriptionResource)

Obtém uma coleção de ApiManagementDeletedServiceResources no SubscriptionResource.

public static Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection GetApiManagementDeletedServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);
static member GetApiManagementDeletedServices : Azure.ResourceManager.Resources.SubscriptionResource -> Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection
<Extension()>
Public Function GetApiManagementDeletedServices (subscriptionResource As SubscriptionResource) As ApiManagementDeletedServiceCollection

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância em que o método será executado.

Retornos

Um objeto que representa a coleção de ApiManagementDeletedServiceResources e suas operações em uma ApiManagementDeletedServiceResource.

Aplica-se a

GetApiManagementDeletedServices(SubscriptionResource, CancellationToken)

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
  • Operação IdDeletedServices_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource> GetApiManagementDeletedServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetApiManagementDeletedServices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>
<Extension()>
Public Function GetApiManagementDeletedServices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiManagementDeletedServiceResource)

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância em que o método será executado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de ApiManagementDeletedServiceResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a