LogSearchRuleResourcePatch Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET