Compartilhar via


IntegrationServiceEnvironmentManagedApiCollection.Get Método

Definição

Obtém a API gerenciada do ambiente do serviço de integração.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}
  • IdIntegrationServiceEnvironmentManagedApis_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource> Get (string apiName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
Public Overridable Function Get (apiName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IntegrationServiceEnvironmentManagedApiResource)

Parâmetros

apiName
String

O nome da API.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

apiName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

apiName é nulo.

Aplica-se a