Delen via


New-AzSecurityAutomation

Nieuwe beveiligingsautomatisering maken

Syntaxis

New-AzSecurityAutomation
   -ResourceGroupName <String>
   -Name <String>
   -Location <String>
   [-Etag <String>]
   [-Tag <Hashtable>]
   [-Description <String>]
   [-IsEnabled <Boolean>]
   -Scope <PSSecurityAutomationScope[]>
   -Source <PSSecurityAutomationSource[]>
   -Action <PSSecurityAutomationAction[]>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-AzSecurityAutomation
   -ResourceId <String>
   -Location <String>
   [-Etag <String>]
   [-Tag <Hashtable>]
   [-Description <String>]
   [-IsEnabled <Boolean>]
   -Scope <PSSecurityAutomationScope[]>
   -Source <PSSecurityAutomationSource[]>
   -Action <PSSecurityAutomationAction[]>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-AzSecurityAutomation
   [-Location <String>]
   [-Etag <String>]
   [-Tag <Hashtable>]
   [-Description <String>]
   [-IsEnabled <Boolean>]
   [-Scope <PSSecurityAutomationScope[]>]
   [-Source <PSSecurityAutomationSource[]>]
   -Action <PSSecurityAutomationAction[]>
   -InputObject <PSSecurityAutomation>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Nieuwe beveiligingsautomatisering maken

Voorbeelden

Voorbeeld 1

New-AzSecurityAutomation -Name 'ampleAutomation' -ResourceGroupName 'SampleResourceGroup' -Description 'Sample security automation' -Scope $scopes -Source $sources -Action $actions

Maakt nieuwe beveiligingsautomatisering met de naam SampleAutomation onder resourcegroep met de naam SampleResourceGroup

Parameters

-Action

Een verzameling van de acties die worden geactiveerd als alle geconfigureerde regels worden geëvalueerd, binnen ten minste één regelset, waar zijn

Type:PSSecurityAutomationAction[]
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Confirm

U wordt gevraagd om bevestiging voordat u de cmdlet uitvoert.

Type:SwitchParameter
Aliassen:cf
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-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

-Description

De beschrijving van beveiligingsautomatisering

Type:String
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Etag

Entiteitstag wordt gebruikt voor het vergelijken van twee of meer entiteiten uit dezelfde aangevraagde resource

Type:String
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-InputObject

Invoerobject.

Type:PSSecurityAutomation
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-IsEnabled

Is regel ingeschakeld.

Type:Nullable<T>[Boolean]
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Location

Plaats.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Name

Resourcenaam.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-ResourceGroupName

Naam van resourcegroep.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-ResourceId

Id van de beveiligingsresource waarvoor u de opdracht wilt aanroepen.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Scope

Een verzameling bereiken waarop de logica voor beveiligingsautomatisering wordt toegepast. Ondersteunde bereiken zijn het abonnement zelf of een resourcegroep onder dat abonnement. De automatisering is alleen van toepassing op gedefinieerde bereiken

Type:PSSecurityAutomationScope[]
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Source

Een verzameling van de bron gebeurtenistypen die de set beveiligingsautomatiseringsregels evalueren

Type:PSSecurityAutomationSource[]
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Tag

Tags.

Type:Hashtable
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-WhatIf

Toont wat er zou gebeuren als de cmdlet wordt uitgevoerd. De cmdlet wordt niet uitgevoerd.

Type:SwitchParameter
Aliassen:wi
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

Invoerwaarden

String

PSSecurityAutomation

Uitvoerwaarden

PSSecurityAutomation