次の方法で共有


IntegrationAccountSchemaCollection.GetAllAsync メソッド

定義

統合アカウント スキーマの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas
  • 操作IdIntegrationAccountSchemas_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountSchemaResource> GetAllAsync (int? top = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountSchemaResource>
override this.GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountSchemaResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationAccountSchemaResource)

パラメーター

top
Nullable<Int32>

結果に含める項目の数。

filter
String

操作に適用するフィルター。 フィルターのオプションには、SchemaType があります。

cancellationToken
CancellationToken

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

戻り値

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

適用対象