你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzIotSecuritySolutionRecommendationConfigurationObject
为 iot 安全解决方案创建新的建议配置
语法
New-AzIotSecuritySolutionRecommendationConfigurationObject
-RecommendationType <String>
-Enabled <Boolean>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
AzIotSecuritySolutionRecommendationConfigurationObject 为 iot 安全解决方案创建新的建议配置对象。 这样,无论建议是启用还是禁用,都配置了建议的状态。
示例
示例 1
New-AzIotSecuritySolutionRecommendationConfigurationObject -RecommendationType "IoT_ACRAuthentication" -Enabled $false
RecommendationType: "IoT_ACRAuthentication"
Name: "Service prinicpal not used with ACR repository"
Status: "Disabled"
为建议类型“IoT_ACRAuthentication”创建新的建议配置,状态设置为禁用
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Enabled
状态 。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-RecommendationType
建议类型。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None