INotifications.ActionGroupId Property

Definition

The action group IDs to notify

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=true, Description="The action group IDs to notify", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actionGroupIds", Update=true)]
public System.Collections.Generic.List<string> ActionGroupId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=true, Description="The action group IDs to notify", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actionGroupIds", Update=true)>]
member this.ActionGroupId : System.Collections.Generic.List<string> with get, set
Public Property ActionGroupId As List(Of String)

Property Value

Attributes

Applies to