Compartilhar via


DeletedServicesOperationsExtensions.GetByNameAsync Método

Definição

Obtenha o Serviço de Gerenciamento de API com exclusão reversível pelo nome.

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

Parâmetros

operations
IDeletedServicesOperations

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

serviceName
String

O nome do serviço Gerenciamento de API.

location
String

O local do serviço de Gerenciamento de API excluído.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a