DeploymentCmdletBase.SkipTemplateParameterPrompt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="Skips the PowerShell dynamic parameter processing that checks if the provided template parameter contains all necessary parameters used by the template. This check would prompt the user to provide a value for the missing parameters, but providing the -SkipTemplateParameterPrompt will ignore this prompt and error out immediately if a parameter was found not to be bound in the template. For non-interactive scripts, -SkipTemplateParameterPrompt can be provided to provide a better error message in the case where not all required parameters are satisfied.", Mandatory=false)]
public System.Management.Automation.SwitchParameter SkipTemplateParameterPrompt { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Skips the PowerShell dynamic parameter processing that checks if the provided template parameter contains all necessary parameters used by the template. This check would prompt the user to provide a value for the missing parameters, but providing the -SkipTemplateParameterPrompt will ignore this prompt and error out immediately if a parameter was found not to be bound in the template. For non-interactive scripts, -SkipTemplateParameterPrompt can be provided to provide a better error message in the case where not all required parameters are satisfied.", Mandatory=false)>]
member this.SkipTemplateParameterPrompt : System.Management.Automation.SwitchParameter with get, set
Public Property SkipTemplateParameterPrompt As SwitchParameter
Property Value
- Attributes