次の方法で共有


IntegrationServiceEnvironmentManagedApiResource.GetIntegrationServiceEnvironmentManagedApiOperationsAsync メソッド

定義

マネージド API 操作を取得します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の LogicApiOperationInfo サービス要求を受け取る可能性がある の非同期コレクション。

適用対象