ActionGroupPatchBody Class

An action group object for the body of patch operations.

Inheritance
azure.mgmt.monitor._serialization.Model
ActionGroupPatchBody

Constructor

ActionGroupPatchBody(*, tags: Dict[str, str] | None = None, enabled: bool = True, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

enabled

Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.

Default value: True

Variables

Name Description
tags

Resource tags.

enabled

Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.