你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationServiceEnvironmentResource.GetIntegrationServiceEnvironmentManagedApiAsync 方法

定义

获取集成服务环境托管 Api。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}
  • 操作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))

参数

apiName
String

API 名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

apiName 是一个空字符串,预期为非空。

apiName 为 null。

适用于