PSActionGroupResource Class
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.
Wraps around an Action Group.
public class PSActionGroupResource : Microsoft.Azure.Management.Monitor.Models.Resource
public class PSActionGroupResource : Microsoft.Azure.Management.Monitor.Management.Models.Resource
type PSActionGroupResource = class
inherit Resource
Public Class PSActionGroupResource
Inherits Resource
- Inheritance
-
PSActionGroupResource
- Inheritance
-
Microsoft.Azure.Management.Monitor.Management.Models.ResourcePSActionGroupResource
Constructors
PSActionGroupResource(ActionGroupResource) | |
PSActionGroupResource(ActionGroupResource) |
Initializes a new instance of the PSActionGroup class. |
Properties
ArmRoleReceivers |
Gets or sets the list of arm role receivers that are part of this action group. |
AutomationRunbookReceivers |
Gets or sets the list of AutomationRunbookReceivers that are part of this action group. |
AzureAppPushReceivers |
Gets or sets the list of AzureAppPushReceivers that are part of this action group. |
AzureFunctionReceivers |
Gets or sets the list of AzureFunctionReceivers that are part of this action group. |
EmailReceivers |
Gets or sets the list of email receivers that are part of this action group. |
Enabled |
Gets or sets indicates whether this action group is enabled. If an action group is not enabled, then none of its receviers will receive communications. |
EventHubReceivers |
Gets or sets the list of event hub receivers that are part of this action group. |
GroupShortName |
Gets or sets the short name of the action group. This will be used in SMS messages. |
ItsmReceivers |
Gets or sets the list of Itsm receivers that are part of this action group. |
LogicAppReceivers |
Gets or sets the list of LogicAppReceivers that are part of this action group. |
ResourceGroupName |
Gets or sets resource group |
SmsReceivers |
Gets or sets the list of SMS receivers that are part of this action group. |
VoiceReceivers |
Gets or sets the list of voice receivers that are part of this action group. |
WebhookReceivers |
Gets or sets the list of webhook receivers that are part of this action group. |