Compartir a través de


PSTestNotificationResource(NotificationRequestBody, String, String) Constructor

Definition

Initializes a new instance of the PSActionGroup class.

public PSTestNotificationResource (Microsoft.Azure.Management.Monitor.Models.NotificationRequestBody actionGroupResource, string resourceGroupName, string actionGroupName);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSTestNotificationResource : Microsoft.Azure.Management.Monitor.Models.NotificationRequestBody * string * string -> Microsoft.Azure.Commands.Insights.OutputClasses.PSTestNotificationResource
Public Sub New (actionGroupResource As NotificationRequestBody, resourceGroupName As String, actionGroupName As String)

Parameters

actionGroupResource
NotificationRequestBody

the action group resource

resourceGroupName
String

The resource group name.

actionGroupName
String

The action group name.

Applies to