共用方式為


LogSearchRuleResourcePatch Constructors

Definition

Overloads

LogSearchRuleResourcePatch()

Initializes a new instance of the LogSearchRuleResourcePatch class.

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

Initializes a new instance of the LogSearchRuleResourcePatch class.

LogSearchRuleResourcePatch()

Initializes a new instance of the LogSearchRuleResourcePatch class.

public LogSearchRuleResourcePatch ();
Public Sub New ()

Applies to

LogSearchRuleResourcePatch(IDictionary<String,String>, String)

Initializes a new instance of the LogSearchRuleResourcePatch class.

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)

Parameters

tags
IDictionary<String,String>

Resource tags

enabled
String

The flag which indicates whether the Log Search rule is enabled. Value should be true or false. Possible values include: 'true', 'false'

Applies to