Interface IncidentComment.DefinitionStages.WithParentResource

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

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

    • withExistingIncident

      IncidentComment.DefinitionStages.WithCreate withExistingIncident(String resourceGroupName, String workspaceName, String incidentId)
      Specifies resourceGroupName, workspaceName, incidentId.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      incidentId - Incident ID.
      Returns:
      the next definition stage.