Interface ScriptExecution.DefinitionStages.WithHiddenParameters

    • Method Detail

      • withHiddenParameters

        ScriptExecution.DefinitionStages.WithCreate 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.