Interface ActionResponse.DefinitionStages.WithParentResource

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

public static interface ActionResponse.DefinitionStages.WithParentResource
The stage of the ActionResponse definition allowing to specify parent resource.
  • Method Details

    • withExistingAlertRule

      ActionResponse.DefinitionStages.WithCreate withExistingAlertRule(String resourceGroupName, String workspaceName, String ruleId)
      Specifies resourceGroupName, workspaceName, ruleId.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      ruleId - Alert rule ID.
      Returns:
      the next definition stage.