你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzAlertsSuppressionRuleScope
用于创建 PSIScopeElement 的帮助程序 cmdlet。
语法
New-AzAlertsSuppressionRuleScope
-Field <String>
[-ContainsSubstring <String>]
[-AnyOf <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
用于创建 PSIScopeElement 的帮助程序 cmdlet。 在 Set-AzAlertsSuppressionRule 中作为 -AllOf 参数的一部分可用。
示例
示例 1
$scope1 = New-AzAlertsSuppressionRuleScope -Field "entities.account.name" -ContainsSubstring "Example"
创建 PSScopeElementContains。
示例 2
$scope2 = New-AzAlertsSuppressionRuleScope -Field "entities.file.name" -AnyOf "FileName1","FileName2","FileName3"
创建 PSScopeElementIn。
参数
-AnyOf
仅当字段等于其中一个值时才禁止显示。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ContainsSubstring
仅当字段包含此特定值时才禁止显示。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Field
要限定依据的实体字段。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None