Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 1.68 KB

New-AzEventGridFilterObject.md

File metadata and controls

81 lines (59 loc) · 1.68 KB
external help file Module Name online version schema
Az.EventGrid-help.xml
Az.EventGrid
2.0.0

New-AzEventGridFilterObject

SYNOPSIS

Create an in-memory object for Filter.

SYNTAX

New-AzEventGridFilterObject -OperatorType <String> [-Key <String>]
 [<CommonParameters>]

DESCRIPTION

Create an in-memory object for Filter.

EXAMPLES

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

New-AzEventGridFilterObject -OperatorType NumberIn -Key "TestKey"
Key     OperatorType
---     ------------
TestKey NumberIn

Create an in-memory object for Filter.

PARAMETERS

-Key

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

Type: System.String
Parameter Sets: (All)
Aliases:

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

-OperatorType

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.

Type: System.String
Parameter Sets: (All)
Aliases:

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

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

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter

NOTES

RELATED LINKS