Freigeben über


ActivityLogAlertResource Constructors

Definition

Overloads

ActivityLogAlertResource()
ActivityLogAlertResource(String, IList<String>, ActivityLogAlertAllOfCondition, ActivityLogAlertActionList, String, String, String, IDictionary<String, String>, Nullable<Boolean>, String)

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
scopes
IList<String>
id
String
name
String
type
String
enabled
Nullable<Boolean>
description
String

Applies to