LogSearchRuleResourcePatch Class

The log search rule resource for patch operations.

Inheritance
LogSearchRuleResourcePatch

Constructor

LogSearchRuleResourcePatch(*, tags: Optional[Dict[str, str]] = None, enabled: Optional[Union[str, azure.mgmt.monitor.v2018_04_16.models._monitor_management_client_enums.Enabled]] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. Resource tags.

enabled
str or <xref:$>(<xref:python-base-namespace>)Enabled

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