New-AzEventGridStringNotEndsWithFilterObject

Create an in-memory object for StringNotEndsWithFilter.

Syntax

New-AzEventGridStringNotEndsWithFilterObject
   [-Value <String[]>]
   [-Key <String>]
   [<CommonParameters>]

Description

Create an in-memory object for StringNotEndsWithFilter.

Examples

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

New-AzEventGridStringNotEndsWithFilterObject -Key "testKey" -Value "value1","value2"

Key     OperatorType
---     ------------
testKey StringNotEndsWith

Create an in-memory object for StringNotEndsWithFilter.

Parameters

-Key

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

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

-Value

The set of filter values.

Type:String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

StringNotEndsWithFilter