LogSearchRuleResourcePatch Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'