次の方法で共有


LogicExtensions.GetIntegrationAccountsAsync メソッド

定義

サブスクリプション別の統合アカウントの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
  • 操作IdIntegrationAccounts_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountResource> GetIntegrationAccountsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIntegrationAccountsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountResource>
<Extension()>
Public Function GetIntegrationAccountsAsync (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationAccountResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

top
Nullable<Int32>

結果に含める項目の数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象