| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Gets a caller-supplied benchmark input variable.
Get-BenchmarkInput [-Name] <string> [[-Default] <Object>] [-Required] [<CommonParameters>]Get-BenchmarkInput [-Name] <string> [[-Default] <Object>] -Int [-Required] [<CommonParameters>]Get-BenchmarkInput [-Name] <string> [[-Default] <Object>] -Bool [-Required] [<CommonParameters>]Gets a caller-supplied benchmark input variable.
Get-BenchmarkInput -Name 'Name'Get-BenchmarkInput -BoolGet-BenchmarkInput -IntReturn the benchmark variable as a boolean.
Type: SwitchParameter
Parameter Sets: Bool
Aliases: None
Possible values:
Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueDefault value used when the variable was not supplied.
Type: Object
Parameter Sets: Text, Int, Bool
Aliases: None
Possible values:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueReturn the benchmark variable as one or more integers.
Type: SwitchParameter
Parameter Sets: Int
Aliases: None
Possible values:
Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueBenchmark variable name.
Type: String
Parameter Sets: Text, Int, Bool
Aliases: None
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueFail when the variable was not supplied or is empty.
Type: SwitchParameter
Parameter Sets: Text, Int, Bool
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
System.String System.Int32 System.Boolean
- None