PSTestNotificationResource(NotificationRequestBody, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.