New-AzEventGridNumberInRangeFilterObject
Create an in-memory object for NumberInRangeFilter.
構文
Default (既定)
New-AzEventGridNumberInRangeFilterObject
[-Value <Double[][]>]
[-Key <String>]
[<CommonParameters>]
説明
Create an in-memory object for NumberInRangeFilter.
例
Example 1: Create an in-memory object for NumberInRangeFilter.
$valuesObj = @(11.11, 22.22, 33.33, 44.44)
New-AzEventGridNumberInRangeFilterObject -Key "testKey" -Value @(,$valuesObj)
Key OperatorType
--- ------------
testKey NumberInRange
Create an in-memory object for NumberInRangeFilter.
パラメーター
-Key
The field/property in the event based on which you want to filter.
パラメーターのプロパティ
型: | String |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | Named |
必須: | False |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | False |
-Value
The set of filter values.
パラメーターのプロパティ
型: | Double[][] |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | Named |
必須: | False |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | 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.