Interface Script.DefinitionStages.WithScriptUrl

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

public static interface Script.DefinitionStages.WithScriptUrl
The stage of the Script definition allowing to specify scriptUrl.
  • Method Details

    • withScriptUrl

      Script.DefinitionStages.WithCreate withScriptUrl(String scriptUrl)
      Specifies the scriptUrl property: The url to the KQL script blob file. Must not be used together with scriptContent property.
      Parameters:
      scriptUrl - The url to the KQL script blob file. Must not be used together with scriptContent property.
      Returns:
      the next definition stage.