LogicAppClient.ListWorkFlowByResourceGroupName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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