About 18,900,000 results
Open links in new tab
  1. How to pass a variable into a YAML template parameter and use it …

    Feb 15, 2025 · If you are passing a variable into a template parameter with the intention of using it as part of another runtime expression, the easiest method is to copy the parameter to a variable.

  2. azure data factory - How to pass array as a parameter to a pipeline ...

    May 7, 2024 · To achieve your requirement, follow below steps. First, create an array parameter in the child pipeline and don't give any value in the default value. You can use this array …

  3. What's the difference between an argument and a parameter?

    Oct 1, 2008 · But a parameter accepts an argument, so it is an argument that is accepted, not a parameter. And if anything, an argument is given in a call to a parameter (or at least, some …

  4. How can I pass an argument to a PowerShell script?

    Does the Position=0 setting turn it into a positional parameter rather than a flag?

  5. oauth 2.0 - Check the "grant_type" parameter - Stack Overflow

    Jun 3, 2016 · Check the "grant_type" parameter Asked 9 years, 5 months ago Modified 1 year, 9 months ago Viewed 30k times

  6. Is there a way to use parameters in Databricks in SQL with …

    Sep 29, 2024 · Is there a way to use parameters in Databricks in SQL with parameter marker syntax (:param) inside create view? Asked 1 year, 1 month ago Modified 8 months ago …

  7. angular - How to pass a parameter to routerLink that is …

    How to pass a parameter to routerLink that is somewhere inside the URL? Asked 9 years, 4 months ago Modified 3 years, 6 months ago Viewed 413k times

  8. How do I fix this positional parameter error (PowerShell)?

    Jan 25, 2022 · A parameter is text that is added to a command to change how the command works. The word "parameter" generally refers to both the parameter name and parameter value.

  9. Passing null to a mandatory parameter to a function

    Aug 23, 2014 · Even though the example given in the question is with a type string, the question on the title is how to pass null to a mandatory parameter, without a mention of type, so we …

  10. powershell mandatory parameter with default value shown

    Oct 5, 2016 · I am looking for a way to have an PowerShell script ask for an parameter which needs to be mandatory, but shown with an default value, e.g.: .\\psscript Supply values for the …