共用方式為


LogSearchRuleResourcePatch Constructors

Definition

Overloads

LogSearchRuleResourcePatch()
LogSearchRuleResourcePatch(IDictionary<String,String>, String)

LogSearchRuleResourcePatch()

public LogSearchRuleResourcePatch ();
Public Sub New ()

Applies to

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

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

Parameters

enabled
String

Applies to