IntegrationServiceEnvironmentResource.GetIntegrationServiceEnvironmentManagedApiAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’API managée de l’environnement de service d’intégration.
- Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}
- IdIntegrationServiceEnvironmentManagedApis_Get d’opération
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))
Paramètres
- apiName
- String
Nom de l’API.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
apiName
est une chaîne vide et devait être non vide.
apiName
a la valeur null.