IIssuePropertiesUpdate.NotificationActionGroupId 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> NotificationActionGroupId { 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.NotificationActionGroupId : System.Collections.Generic.List<string> with get, set
Public Property NotificationActionGroupId As List(Of String)

Property Value

Attributes

Applies to