Edit

Share via


New-AzEventGridNumberNotInFilterObject

Create an in-memory object for NumberNotInFilter.

Syntax

Default (Default)

New-AzEventGridNumberNotInFilterObject
    [-Value <Double[]>]
    [-Key <String>]
    [<CommonParameters>]

Description

Create an in-memory object for NumberNotInFilter.

Examples

Example 1: Create an in-memory object for NumberNotInFilter.

New-AzEventGridNumberNotInFilterObject -Key "testKey" -Value 11.22,22.33
Key     OperatorType
---     ------------
testKey NumberNotIn

Create an in-memory object for NumberNotInFilter.

Parameters

-Key

The field/property in the event based on which you want to filter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Value

The set of filter values.

Parameter properties

Type:

Double[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Outputs

NumberNotInFilter