New-AzIotSecuritySolutionRecommendationConfigurationObject
Nieuwe aanbevelingsconfiguratie maken voor iot-beveiligingsoplossing
Syntaxis
New-AzIotSecuritySolutionRecommendationConfigurationObject
-RecommendationType <String>
-Enabled <Boolean>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Het AzIotSecuritySolutionRecommendationConfigurationObject maakt een nieuw aanbevelingsconfiguratieobject voor iot-beveiligingsoplossing. Op deze manier wordt de status van een aanbeveling geconfigureerd, ongeacht of deze is ingeschakeld of uitgeschakeld.
Voorbeelden
Voorbeeld 1
New-AzIotSecuritySolutionRecommendationConfigurationObject -RecommendationType "IoT_ACRAuthentication" -Enabled $false
RecommendationType: "IoT_ACRAuthentication"
Name: "Service prinicpal not used with ACR repository"
Status: "Disabled"
Nieuwe aanbevelingsconfiguratie maken voor aanbevelingstype 'IoT_ACRAuthentication' met de status ingesteld om uit te schakelen
Parameters
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Enabled
Status.
Type: | Boolean |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-RecommendationType
Aanbevelingstype.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
None
Uitvoerwaarden
Azure PowerShell