Interface CustomAssessmentAutomation.DefinitionStages.WithCompressedQuery

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

public static interface CustomAssessmentAutomation.DefinitionStages.WithCompressedQuery
The stage of the CustomAssessmentAutomation definition allowing to specify compressedQuery.
  • Method Details

    • withCompressedQuery

      CustomAssessmentAutomation.DefinitionStages.WithCreate withCompressedQuery(String compressedQuery)
      Specifies the compressedQuery property: Base 64 encoded KQL query representing the assessment automation results required..
      Parameters:
      compressedQuery - Base 64 encoded KQL query representing the assessment automation results required.
      Returns:
      the next definition stage.