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() | |
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
- tags
- IDictionary<String,String>
- enabled
- String