Class LogSearchRuleResourcePatch
java.lang.Object
com.microsoft.azure.management.monitor.LogSearchRuleResourcePatch
The log search rule resource for patch operations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionenabled()
Get the flag which indicates whether the Log Search rule is enabled.tags()
Get resource tags.withEnabled
(Enabled enabled) Set the flag which indicates whether the Log Search rule is enabled.Set resource tags.
-
Constructor Details
-
LogSearchRuleResourcePatch
public LogSearchRuleResourcePatch()
-
-
Method Details
-
tags
Get resource tags.- Returns:
- the tags value
-
withTags
Set resource tags.- Parameters:
tags
- the tags value to set- Returns:
- the LogSearchRuleResourcePatch object itself.
-
enabled
Get the flag which indicates whether the Log Search rule is enabled. Value should be true or false. Possible values include: 'true', 'false'.- Returns:
- the enabled value
-
withEnabled
Set the flag which indicates whether the Log Search rule is enabled. Value should be true or false. Possible values include: 'true', 'false'.- Parameters:
enabled
- the enabled value to set- Returns:
- the LogSearchRuleResourcePatch object itself.
-