次の方法で共有


New-AzEventGridNumberGreaterThanAdvancedFilterObject

Create an in-memory object for NumberGreaterThanAdvancedFilter.

構文

Default (既定)

New-AzEventGridNumberGreaterThanAdvancedFilterObject
    [-Value <Double>]
    [-Key <String>]
    [<CommonParameters>]

説明

Create an in-memory object for NumberGreaterThanAdvancedFilter.

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

New-AzEventGridNumberGreaterThanAdvancedFilterObject -Key "testKey" -Value 11.22
Key     OperatorType      Value
---     ------------      -----
testKey NumberGreaterThan 11.22

Create an in-memory object for NumberGreaterThanAdvancedFilter.

パラメーター

-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 filter value.

パラメーターのプロパティ

型: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.

出力

NumberGreaterThanAdvancedFilter