Interface Script.Update
- All Superinterfaces:
Script.UpdateStages.WithContinueOnErrors
,Script.UpdateStages.WithForceUpdateTag
,Script.UpdateStages.WithScriptUrl
- Enclosing interface:
- Script
public static interface Script.Update
extends Script.UpdateStages.WithScriptUrl, Script.UpdateStages.WithForceUpdateTag, Script.UpdateStages.WithContinueOnErrors
The template for Script update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.kusto.models.Script.UpdateStages.WithContinueOnErrors
withContinueOnErrors
Methods inherited from interface com.azure.resourcemanager.kusto.models.Script.UpdateStages.WithForceUpdateTag
withForceUpdateTag
Methods inherited from interface com.azure.resourcemanager.kusto.models.Script.UpdateStages.WithScriptUrl
withScriptUrl
-
Method Details
-
apply
Script apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-