次の方法で共有


IntegrationServiceEnvironmentManagedApiResource.GetIntegrationServiceEnvironmentManagedApiOperations メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象