你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

New-AzDeviceSecurityGroupDenylistCustomAlertRuleObject

为设备安全组创建新的拒绝列表自定义警报规则(IoT 安全性)

语法

New-AzDeviceSecurityGroupDenylistCustomAlertRuleObject
   -Enabled <Boolean>
   -Type <String>
   -DenylistValue <String[]>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

说明

New-AzDeviceSecurityGroupDenylistCustomAlertRuleObject cmdlet 为 IoT 安全解决方案中的设备安全组创建新的拒绝自定义警报规则列表。

示例

示例 1

New-AzDeviceSecurityGroupDenylistCustomAlertRuleObject -Enabled $false -Type "SomeRuleType" -DenylistValue @()

RuleType: "SomeRuleType"
DisplayName: "Display name for some rule type"
Description: "Description for some rule type"
IsEnabled: false
ValueType: "String"
DenylistValues: []

创建新的拒绝列表自定义警报规则,其 rull 类型为“SomeRuleType”,状态设置为可反

参数

-DefaultProfile

用于与 Azure 通信的凭据、帐户、租户和订阅。

类型:IAzureContextContainer
别名:AzContext, AzureRmContext, AzureCredential
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-DenylistValue

拒绝列表值。

类型:String[]
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-Enabled

是否启用规则。

类型:Boolean
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-Type

规则类型。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

输入

None

输出

PSDenylistCustomAlertRule