Compartilhar via


BackendOperationsExtensions.GetAsync Método

Definição

Obtém os detalhes do back-end especificado por seu identificador.

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

Parâmetros

operations
IBackendOperations

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

backendId
String

Identificador da entidade Back-end. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a