Compartir a través de


ActionGroup.ActionGroupsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupResource> ActionGroupsGetWithResult (string subscriptionId, string resourceGroupName, string actionGroupName, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.ISendAsync sender);
member this.ActionGroupsGetWithResult : 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.IActionGroupResource>
Public Function ActionGroupsGetWithResult (subscriptionId As String, resourceGroupName As String, actionGroupName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IActionGroupResource)

Parameters

subscriptionId
String
resourceGroupName
String
actionGroupName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to