Interface Script.DefinitionStages.WithForceUpdateTag

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

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

    • withForceUpdateTag

      Script.DefinitionStages.WithCreate withForceUpdateTag(String forceUpdateTag)
      Specifies the forceUpdateTag property: A unique string. If changed the script will be applied again..
      Parameters:
      forceUpdateTag - A unique string. If changed the script will be applied again.
      Returns:
      the next definition stage.