Interface Script.DefinitionStages.WithScriptUrlSasToken

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

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

    • withScriptUrlSasToken

      Script.DefinitionStages.WithCreate withScriptUrlSasToken(String scriptUrlSasToken)
      Specifies the scriptUrlSasToken property: The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property..
      Parameters:
      scriptUrlSasToken - The SaS token that provide read access to the file which contain the script. Must be provided when using scriptUrl property.
      Returns:
      the next definition stage.