Partager via


ActivityLogAlertPatchBody Constructors

Definition

Overloads

ActivityLogAlertPatchBody()
ActivityLogAlertPatchBody(IDictionary<String,String>, Nullable<Boolean>)

ActivityLogAlertPatchBody()

public ActivityLogAlertPatchBody ();
Public Sub New ()

Applies to

ActivityLogAlertPatchBody(IDictionary<String,String>, Nullable<Boolean>)

public ActivityLogAlertPatchBody (System.Collections.Generic.IDictionary<string,string> tags = default, bool? enabled = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertPatchBody : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ActivityLogAlertPatchBody
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

enabled
Nullable<Boolean>

Applies to