Compartir a través de


ActionGroup.ActionGroupsGetTestNotificationsAtActionGroupResourceLevelWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ITestNotificationDetailsResponse> ActionGroupsGetTestNotificationsAtActionGroupResourceLevelWithResult (string subscriptionId, string resourceGroupName, string actionGroupName, string notificationId, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.ISendAsync sender);
member this.ActionGroupsGetTestNotificationsAtActionGroupResourceLevelWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ITestNotificationDetailsResponse>
Public Function ActionGroupsGetTestNotificationsAtActionGroupResourceLevelWithResult (subscriptionId As String, resourceGroupName As String, actionGroupName As String, notificationId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ITestNotificationDetailsResponse)

Parameters

subscriptionId
String
resourceGroupName
String
actionGroupName
String
notificationId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to