java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.models.ResourceWithEtag
com.azure.resourcemanager.securityinsights.fluent.models.ActionResponseInner

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

    • ActionResponseInner

      public ActionResponseInner()
  • Method Details

    • 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.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ResourceWithEtag
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.