Interface Script.UpdateStages.WithScriptUrl

  • All Known Subinterfaces:
    Script.Update
    Enclosing interface:
    Script.UpdateStages

    public static interface Script.UpdateStages.WithScriptUrl
    The stage of the Script update allowing to specify scriptUrl.
    • Method Detail

      • withScriptUrl

        Script.Update 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.