Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IActionGroup Interface
Definition
- Assembly:
- Az.ActivityLogAlert.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.ActionGroupTypeConverter))]
public interface IActionGroup : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.ActionGroupTypeConverter))>]
type IActionGroup = interface
interface IJsonSerializable
Public Interface IActionGroup
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Id |
The resource ID of the Action Group. This cannot be null or empty. |
| WebhookProperty |
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
