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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.