Interface Script.DefinitionStages.WithScriptContent

    • Method Detail

      • withScriptContent

        Script.DefinitionStages.WithCreate withScriptContent​(String scriptContent)
        Specifies the scriptContent property: The script content. This property should be used when the script is provide inline and not through file in a SA. Must not be used together with scriptUrl and scriptUrlSasToken properties..
        Parameters:
        scriptContent - The script content. This property should be used when the script is provide inline and not through file in a SA. Must not be used together with scriptUrl and scriptUrlSasToken properties.
        Returns:
        the next definition stage.