Partilhar via


LogSearchRuleResourcePatch Construtores

Definição

Sobrecargas

LogSearchRuleResourcePatch()

Inicializa uma nova instância da classe LogSearchRuleResourcePatch.

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

Inicializa uma nova instância da classe LogSearchRuleResourcePatch.

LogSearchRuleResourcePatch()

Inicializa uma nova instância da classe LogSearchRuleResourcePatch.

public LogSearchRuleResourcePatch ();
Public Sub New ()

Aplica-se a

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

Inicializa uma nova instância da 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)

Parâmetros

tags
IDictionary<String,String>

Marcações de recursos

enabled
String

O sinalizador que indica se a regra de Pesquisa de Logs está habilitada. O valor deve ser true ou false. Os valores possíveis incluem: 'true', 'false'

Aplica-se a