LogicExtensions.GetIntegrationAccounts メソッド

定義

オーバーロード

GetIntegrationAccounts(ResourceGroupResource)

ResourceGroupResource 内の IntegrationAccountResources のコレクションを取得します。

GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
  • 操作IdIntegrationAccounts_ListBySubscription

GetIntegrationAccounts(ResourceGroupResource)

ResourceGroupResource 内の IntegrationAccountResources のコレクションを取得します。

public static Azure.ResourceManager.Logic.IntegrationAccountCollection GetIntegrationAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetIntegrationAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Logic.IntegrationAccountCollection
<Extension()>
Public Function GetIntegrationAccounts (resourceGroupResource As ResourceGroupResource) As IntegrationAccountCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

IntegrationAccountResources のコレクションとその IntegrationAccountResource に対する操作を表す オブジェクト。

適用対象

GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken)

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

top
Nullable<Int32>

結果に含める項目の数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象