CustomAssessmentAutomation.DefinitionStages.WithCompressedQuery Interface

public static interface CustomAssessmentAutomation.DefinitionStages.WithCompressedQuery

The stage of the CustomAssessmentAutomation definition allowing to specify compressedQuery.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCompressedQuery(String compressedQuery)

Specifies the compressedQuery property: Base 64 encoded KQL query representing the assessment automation results required..

Method Details

withCompressedQuery

public abstract 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.

Applies to