Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.18 KB

File metadata and controls

59 lines (43 loc) · 1.18 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Add-BenchmarkSkipRule

SYNOPSIS

Adds a benchmark skip rule.

SYNTAX

__AllParameterSets

Add-BenchmarkSkipRule [-ScriptBlock] <scriptblock> [<CommonParameters>]

DESCRIPTION

Adds a benchmark skip rule.

EXAMPLES

EXAMPLE 1

Add-BenchmarkSkipRule -ScriptBlock { }

PARAMETERS

-ScriptBlock

Skip rule block.

Type: ScriptBlock
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • System.Object

RELATED LINKS

  • None