11---
22external help file :
33Module Name : Az.SecurityInsights
4- online version : https://learn.microsoft.com/powershell/module/az.securityinsights/update -azsentinelalertrule
4+ online version : https://learn.microsoft.com/powershell/module/az.securityinsights/Update -azsentinelalertrule
55schema : 2.0.0
66---
77
88# Update-AzSentinelAlertRule
99
1010## SYNOPSIS
11- Update the alert rule.
11+ Updates the alert rule.
1212
1313## SYNTAX
1414
@@ -27,13 +27,6 @@ Update-AzSentinelAlertRule -ResourceGroupName <String> -RuleId <String> -Workspa
2727 [<CommonParameters>]
2828```
2929
30- ### Update
31- ```
32- Update-AzSentinelAlertRule -ResourceGroupName <String> -RuleId <String> -WorkspaceName <String>
33- -AlertRule <IAlertRule> [-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf]
34- [<CommonParameters>]
35- ```
36-
3730### UpdateFusionMLTI
3831```
3932Update-AzSentinelAlertRule -ResourceGroupName <String> -RuleId <String> -WorkspaceName <String> -FusionMLorTI
@@ -63,12 +56,6 @@ Update-AzSentinelAlertRule -ResourceGroupName <String> -RuleId <String> -Workspa
6356 [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
6457```
6558
66- ### UpdateViaIdentity
67- ```
68- Update-AzSentinelAlertRule -InputObject <ISecurityInsightsIdentity> -AlertRule <IAlertRule>
69- [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
70- ```
71-
7259### UpdateViaIdentityFusionMLTI
7360```
7461Update-AzSentinelAlertRule -InputObject <ISecurityInsightsIdentity> -FusionMLorTI
@@ -111,7 +98,7 @@ Update-AzSentinelAlertRule -InputObject <ISecurityInsightsIdentity> -Scheduled
11198```
11299
113100## DESCRIPTION
114- Update the alert rule.
101+ Updates the alert rule.
115102
116103## EXAMPLES
117104
@@ -154,27 +141,12 @@ Accept pipeline input: False
154141Accept wildcard characters : False
155142` ` `
156143
157- ### -AlertRule
158- Alert rule.
159-
160- ` ` ` yaml
161- Type : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAlertRule
162- Parameter Sets : Update, UpdateViaIdentity
163- Aliases :
164-
165- Required : True
166- Position : Named
167- Default value : None
168- Accept pipeline input : True (ByValue)
169- Accept wildcard characters : False
170- ` ` `
171-
172144### -AlertRuleTemplateName
173145
174146
175147` ` ` yaml
176148Type : System.String
177- Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled, UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
149+ Parameter Sets : (All)
178150Aliases :
179151
180152Required : False
@@ -219,7 +191,7 @@ Run the command as a job
219191
220192` ` ` yaml
221193Type : System.Management.Automation.SwitchParameter
222- Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled, UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
194+ Parameter Sets : (All)
223195Aliases :
224196
225197Required : False
@@ -245,8 +217,7 @@ Accept wildcard characters: False
245217` ` `
246218
247219### -DefaultProfile
248- The DefaultProfile parameter is not functional.
249- Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
220+ The credentials, account, tenant, and subscription used for communication with Azure.
250221
251222` ` ` yaml
252223Type : System.Management.Automation.PSObject
@@ -280,7 +251,7 @@ Accept wildcard characters: False
280251
281252` ` ` yaml
282253Type : System.Management.Automation.SwitchParameter
283- Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled, UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
254+ Parameter Sets : (All)
284255Aliases :
285256
286257Required : False
@@ -340,7 +311,7 @@ Accept wildcard characters: False
340311
341312` ` ` yaml
342313Type : System.Management.Automation.SwitchParameter
343- Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled, UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
314+ Parameter Sets : (All)
344315Aliases :
345316
346317Required : False
@@ -457,10 +428,11 @@ Accept wildcard characters: False
457428
458429### -InputObject
459430Identity Parameter
431+ To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
460432
461433` ` ` yaml
462434Type : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity
463- Parameter Sets : UpdateViaIdentity, UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
435+ Parameter Sets : UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
464436Aliases :
465437
466438Required : True
@@ -520,7 +492,7 @@ Run the command asynchronously
520492
521493` ` ` yaml
522494Type : System.Management.Automation.SwitchParameter
523- Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled, UpdateViaIdentityFusionMLTI, UpdateViaIdentityMicrosoftSecurityIncidentCreation, UpdateViaIdentityNRT, UpdateViaIdentityUpdateScheduled
495+ Parameter Sets : (All)
524496Aliases :
525497
526498Required : False
@@ -621,12 +593,11 @@ Accept wildcard characters: False
621593` ` `
622594
623595### -ResourceGroupName
624- The name of the resource group.
625- The name is case insensitive.
596+ The Resource Group Name.
626597
627598` ` ` yaml
628599Type : System.String
629- Parameter Sets : Update, UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
600+ Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
630601Aliases :
631602
632603Required : True
@@ -637,11 +608,12 @@ Accept wildcard characters: False
637608` ` `
638609
639610### -RuleId
640- Alert rule ID
611+ [Alias('RuleId')]
612+ The name of Operational Insights Resource Provider.
641613
642614` ` ` yaml
643615Type : System.String
644- Parameter Sets : Update, UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
616+ Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
645617Aliases :
646618
647619Required : True
@@ -697,11 +669,12 @@ Accept wildcard characters: False
697669` ` `
698670
699671### -SubscriptionId
700- The ID of the target subscription.
672+ Gets subscription credentials which uniquely identify Microsoft Azure subscription.
673+ The subscription ID forms part of the URI for every service call.
701674
702675` ` ` yaml
703676Type : System.String
704- Parameter Sets : Update, UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
677+ Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
705678Aliases :
706679
707680Required : False
@@ -791,7 +764,7 @@ The name of the workspace.
791764
792765` ` ` yaml
793766Type : System.String
794- Parameter Sets : Update, UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
767+ Parameter Sets : UpdateFusionMLTI, UpdateMicrosoftSecurityIncidentCreation, UpdateNRT, UpdateScheduled
795768Aliases :
796769
797770Required : True
@@ -837,16 +810,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
837810
838811## INPUTS
839812
840- ### Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAlertRule
841-
842813### Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISecurityInsightsIdentity
843814
844815## OUTPUTS
845816
846817### Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.AlertRule
847818
848- ### Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAlertRule
849-
850819## NOTES
851820
852821## RELATED LINKS
0 commit comments