你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogicAppClient.ListWorkFlowByResourceGroupName(String) Method

Definition

Gets the workflows from given resource group.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Logic.Models.Workflow> ListWorkFlowByResourceGroupName (string resourceGroupName);
member this.ListWorkFlowByResourceGroupName : string -> seq<Microsoft.Azure.Management.Logic.Models.Workflow>
Public Function ListWorkFlowByResourceGroupName (resourceGroupName As String) As IEnumerable(Of Workflow)

Parameters

resourceGroupName
String

Name of the resource group

Returns

Workflow object

Applies to