New-AzEventGridStringEndsWithFilterObject
建立 StringEndsWithFilter 的記憶體內物件。
語法
Default (預設值)
New-AzEventGridStringEndsWithFilterObject
[-Value <String[]>]
[-Key <String>]
[<CommonParameters>]
Description
建立 StringEndsWithFilter 的記憶體內物件。
範例
範例 1:建立 StringEndsWithFilter 的記憶體內物件。
New-AzEventGridStringEndsWithFilterObject -Key "testKey" -Value "value1","value2"
Key OperatorType
--- ------------
testKey StringEndsWith
建立 StringEndsWithFilter 的記憶體內物件。
參數
-Key
事件中的欄位/屬性,根據您想要篩選的欄位/屬性。
參數屬性
| 類型: | String |
| 預設值: | None |
| 支援萬用字元: | False |
| 不要顯示: | False |
參數集
(All)
| Position: | Named |
| 必要: | False |
| 來自管線的值: | False |
| 來自管線按屬性名稱的值: | False |
| 來自剩餘引數的值: | False |
-Value
一組篩選值。
參數屬性
| 類型: | String[] |
| 預設值: | None |
| 支援萬用字元: | False |
| 不要顯示: | False |
參數集
(All)
| Position: | Named |
| 必要: | False |
| 來自管線的值: | False |
| 來自管線按屬性名稱的值: | False |
| 來自剩餘引數的值: | False |
CommonParameters
此 cmdlet 支援常見參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters。