IntegrationServiceEnvironmentManagedApiResource.Get(CancellationToken) メソッド

定義

統合サービス環境のマネージド API を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}
  • 操作IdIntegrationServiceEnvironmentManagedApis_Get
public virtual Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentManagedApiResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IntegrationServiceEnvironmentManagedApiResource)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象