Delen via


New-AzIotSecuritySolutionRecommendationConfigurationObject

Nieuwe aanbevelingsconfiguratie maken voor iot-beveiligingsoplossing

Syntax

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
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-Enabled

Status.

Type:Boolean
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-RecommendationType

Aanbevelingstype.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

None

Uitvoerwaarden

PSRecommendationConfiguration