共用方式為


ActionGroupResource Constructors

Definition

Overloads

ActionGroupResource()
ActionGroupResource(String, String, Boolean, String, String, String, IDictionary<String,String>, IList<EmailReceiver>, IList<SmsReceiver>, IList<WebhookReceiver>, IList<ItsmReceiver>, IList<AzureAppPushReceiver>, IList<AutomationRunbookReceiver>, IList<VoiceReceiver>, IList<LogicAppReceiver>, IList<AzureFunctionReceiver>, IList<ArmRoleReceiver>)

ActionGroupResource()

public ActionGroupResource ();
Public Sub New ()

Applies to

ActionGroupResource(String, String, Boolean, String, String, String, IDictionary<String,String>, IList<EmailReceiver>, IList<SmsReceiver>, IList<WebhookReceiver>, IList<ItsmReceiver>, IList<AzureAppPushReceiver>, IList<AutomationRunbookReceiver>, IList<VoiceReceiver>, IList<LogicAppReceiver>, IList<AzureFunctionReceiver>, IList<ArmRoleReceiver>)

public ActionGroupResource (string location, string groupShortName, bool enabled, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailReceiver> emailReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.SmsReceiver> smsReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.WebhookReceiver> webhookReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ItsmReceiver> itsmReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AzureAppPushReceiver> azureAppPushReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutomationRunbookReceiver> automationRunbookReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.VoiceReceiver> voiceReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LogicAppReceiver> logicAppReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AzureFunctionReceiver> azureFunctionReceivers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ArmRoleReceiver> armRoleReceivers = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActionGroupResource : string * string * bool * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.SmsReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.WebhookReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ItsmReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AzureAppPushReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutomationRunbookReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.VoiceReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LogicAppReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AzureFunctionReceiver> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ArmRoleReceiver> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActionGroupResource
Public Sub New (location As String, groupShortName As String, enabled As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional emailReceivers As IList(Of EmailReceiver) = Nothing, Optional smsReceivers As IList(Of SmsReceiver) = Nothing, Optional webhookReceivers As IList(Of WebhookReceiver) = Nothing, Optional itsmReceivers As IList(Of ItsmReceiver) = Nothing, Optional azureAppPushReceivers As IList(Of AzureAppPushReceiver) = Nothing, Optional automationRunbookReceivers As IList(Of AutomationRunbookReceiver) = Nothing, Optional voiceReceivers As IList(Of VoiceReceiver) = Nothing, Optional logicAppReceivers As IList(Of LogicAppReceiver) = Nothing, Optional azureFunctionReceivers As IList(Of AzureFunctionReceiver) = Nothing, Optional armRoleReceivers As IList(Of ArmRoleReceiver) = Nothing)

Parameters

location
String
groupShortName
String
enabled
Boolean
id
String
name
String
type
String
emailReceivers
IList<EmailReceiver>
smsReceivers
IList<SmsReceiver>
webhookReceivers
IList<WebhookReceiver>
itsmReceivers
IList<ItsmReceiver>
azureAppPushReceivers
IList<AzureAppPushReceiver>
automationRunbookReceivers
IList<AutomationRunbookReceiver>
voiceReceivers
IList<VoiceReceiver>
logicAppReceivers
IList<LogicAppReceiver>
azureFunctionReceivers
IList<AzureFunctionReceiver>
armRoleReceivers
IList<ArmRoleReceiver>

Applies to