次の方法で共有


LogicWorkflowCollection.GetAll メソッド

定義

リソース グループ別のワークフローの一覧を取得します。

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

パラメーター

top
Nullable<Int32>

結果に含める項目の数。

filter
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象