Share via


IActivityLogAlertResource.ActionGroup Property

Definition

The list of the Action Groups.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="The list of the Action Groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActionGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="actionGroups", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActionGroup> ActionGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="The list of the Action Groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActionGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="actionGroups", Update=true)>]
member this.ActionGroup : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActionGroup> with get, set
Public Property ActionGroup As List(Of IActionGroup)

Property Value

Attributes

Applies to