Freigeben über


IntegrationServiceEnvironmentResource.GetIntegrationServiceEnvironmentManagedApiAsync Methode

Definition

Ruft die verwaltete API der Integrationsdienstumgebung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}
  • Vorgang IdIntegrationServiceEnvironmentManagedApis_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>> GetIntegrationServiceEnvironmentManagedApiAsync (string apiName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationServiceEnvironmentManagedApiAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>>
override this.GetIntegrationServiceEnvironmentManagedApiAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>>
Public Overridable Function GetIntegrationServiceEnvironmentManagedApiAsync (apiName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationServiceEnvironmentManagedApiResource))

Parameter

apiName
String

Der API-Name.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

apiName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

apiName ist NULL.

Gilt für: