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