Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IActionGroupResource Interface
Definition
- Assembly:
- Az.ActionGroup.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.ActionGroup.Models.ActionGroupResourceTypeConverter))]
public interface IActionGroupResource : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IAzureResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupResourceTypeConverter))>]
type IActionGroupResource = interface
interface IJsonSerializable
interface IAzureResource
Public Interface IActionGroupResource
Implements IAzureResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ArmRoleReceiver |
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. |
| AutomationRunbookReceiver |
The list of AutomationRunbook receivers that are part of this action group. |
| AzureAppPushReceiver |
The list of AzureAppPush receivers that are part of this action group. |
| AzureFunctionReceiver |
The list of azure function receivers that are part of this action group. |
| EmailReceiver |
The list of email receivers that are part of this action group. |
| Enabled |
Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. |
| EventHubReceiver |
The list of event hub receivers that are part of this action group. |
| GroupShortName |
The short name of the action group. This will be used in SMS messages. |
| Id |
Azure resource Id (Inherited from IAzureResource) |
| ItsmReceiver |
The list of ITSM receivers that are part of this action group. |
| Location |
Resource location (Inherited from IAzureResource) |
| LogicAppReceiver |
The list of logic app receivers that are part of this action group. |
| Name |
Azure resource name (Inherited from IAzureResource) |
| SmsReceiver |
The list of SMS receivers that are part of this action group. |
| Tag |
Resource tags (Inherited from IAzureResource) |
| Type |
Azure resource type (Inherited from IAzureResource) |
| VoiceReceiver |
The list of voice receivers that are part of this action group. |
| WebhookReceiver |
The list of webhook receivers that are part of this action group. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
