Interface ScriptExecution.UpdateStages.WithHiddenParameters

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

    public static interface ScriptExecution.UpdateStages.WithHiddenParameters
    The stage of the ScriptExecution update allowing to specify hiddenParameters.
    • Method Detail

      • withHiddenParameters

        ScriptExecution.Update withHiddenParameters​(List<ScriptExecutionParameter> hiddenParameters)
        Specifies the hiddenParameters property: Parameters that will be hidden/not visible to ARM, such as passwords and credentials.
        Parameters:
        hiddenParameters - Parameters that will be hidden/not visible to ARM, such as passwords and credentials.
        Returns:
        the next definition stage.