New-AzIotSecuritySolutionRecommendationConfigurationObject
Erstellen einer neuen Empfehlungskonfiguration für iot-Sicherheitslösung
Syntax
New-AzIotSecuritySolutionRecommendationConfigurationObject
-RecommendationType <String>
-Enabled <Boolean>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das AzIotSecuritySolutionRecommendationConfigurationObject erstellt ein neues Empfehlungskonfigurationsobjekt für iot-Sicherheitslösung. Auf diese Weise wird der Status einer Empfehlung konfiguriert, unabhängig davon, ob sie aktiviert oder deaktiviert ist.
Beispiele
Beispiel 1
New-AzIotSecuritySolutionRecommendationConfigurationObject -RecommendationType "IoT_ACRAuthentication" -Enabled $false
RecommendationType: "IoT_ACRAuthentication"
Name: "Service prinicpal not used with ACR repository"
Status: "Disabled"
Erstellen einer neuen Empfehlungskonfiguration für den Empfehlungstyp "IoT_ACRAuthentication" mit statussatz zum Deaktivieren
Parameter
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Enabled
Status :
Typ: | Boolean |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-RecommendationType
Empfehlungstyp.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
None
Ausgaben
Azure PowerShell