LogSearchRuleResourcePatch Class
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.
The log search rule resource for patch operations.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LogSearchRuleResourcePatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LogSearchRuleResourcePatch = class
Public Class LogSearchRuleResourcePatch
- Inheritance
-
LogSearchRuleResourcePatch
- Attributes
Constructors
LogSearchRuleResourcePatch() |
Initializes a new instance of the LogSearchRuleResourcePatch class. |
LogSearchRuleResourcePatch(IDictionary<String,String>, String) |
Initializes a new instance of the LogSearchRuleResourcePatch class. |
Properties
Enabled |
Gets or sets the flag which indicates whether the Log Search rule is enabled. Value should be true or false. Possible values include: 'true', 'false' |
Tags |
Gets or sets resource tags |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET