ActivityLogAlertResource Constructors
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.
Overloads
ActivityLogAlertResource()
public ActivityLogAlertResource ();
Public Sub New ()
Applies to
ActivityLogAlertResource(String, IList<String>, ActivityLogAlertAllOfCondition, ActivityLogAlertActionList, String, String, String, IDictionary<String, String>, Nullable<Boolean>, String)
public ActivityLogAlertResource (string location, System.Collections.Generic.IList<string> scopes, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertAllOfCondition condition, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertActionList actions, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? enabled = default, string description = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertResource : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertAllOfCondition * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertActionList * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertResource
Public Sub New (location As String, scopes As IList(Of String), condition As ActivityLogAlertAllOfCondition, actions As ActivityLogAlertActionList, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing)
Parameters
- location
- String
- condition
- ActivityLogAlertAllOfCondition
- actions
- ActivityLogAlertActionList
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- description
- String