Interface ActionResponse.DefinitionStages.WithLogicAppResourceId

All Known Subinterfaces:
ActionResponse.Definition, ActionResponse.DefinitionStages.WithCreate
Enclosing interface:
ActionResponse.DefinitionStages

public static interface ActionResponse.DefinitionStages.WithLogicAppResourceId
The stage of the ActionResponse definition allowing to specify logicAppResourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLogicAppResourceId(String logicAppResourceId)
    Specifies the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}..
  • Method Details

    • withLogicAppResourceId

      ActionResponse.DefinitionStages.WithCreate withLogicAppResourceId(String logicAppResourceId)
      Specifies the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}..
      Parameters:
      logicAppResourceId - Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
      Returns:
      the next definition stage.