Partager via


LogSearchRuleResourcePatch Constructeurs

Définition

Surcharges

LogSearchRuleResourcePatch()

Initialise une nouvelle instance de la classe LogSearchRuleResourcePatch.

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

Initialise une nouvelle instance de la classe LogSearchRuleResourcePatch.

LogSearchRuleResourcePatch()

Initialise une nouvelle instance de la classe LogSearchRuleResourcePatch.

public LogSearchRuleResourcePatch ();
Public Sub New ()

S’applique à

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

Initialise une nouvelle instance de la classe LogSearchRuleResourcePatch.

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

Paramètres

tags
IDictionary<String,String>

Balises de ressource

enabled
String

Indicateur qui indique si la règle recherche dans les journaux est activée. La valeur doit être true ou false. Les valeurs possibles sont les suivantes : 'true', 'false'

S’applique à