Class ActionResponseInner


  • public final class ActionResponseInner
    extends ResourceWithEtag
    Action for alert rule.
    • Constructor Detail

      • ActionResponseInner

        public ActionResponseInner()
    • Method Detail

      • withEtag

        public ActionResponseInner withEtag​(String etag)
        Set the etag property: Etag of the azure resource.
        Overrides:
        withEtag in class ResourceWithEtag
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceWithEtag object itself.
      • workflowId

        public String workflowId()
        Get the workflowId property: The name of the logic app's workflow.
        Returns:
        the workflowId value.
      • withWorkflowId

        public ActionResponseInner withWorkflowId​(String workflowId)
        Set the workflowId property: The name of the logic app's workflow.
        Parameters:
        workflowId - the workflowId value to set.
        Returns:
        the ActionResponseInner object itself.
      • logicAppResourceId

        public String logicAppResourceId()
        Get the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
        Returns:
        the logicAppResourceId value.
      • withLogicAppResourceId

        public ActionResponseInner withLogicAppResourceId​(String logicAppResourceId)
        Set the logicAppResourceId property: Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
        Parameters:
        logicAppResourceId - the logicAppResourceId value to set.
        Returns:
        the ActionResponseInner object itself.