Skip to main content

action_groups

Overview

Nameaction_groups
TypeResource
Idazure.monitor.action_groups

Fields

NameDatatypeDescription
idstringThe resource Id.
namestringThe name of the resource.
locationstringThe location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'.
propertiesobjectA pointer to an Azure Action Group.
tagsobjectThe tags of the resource.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, subscriptionId, tenantActionGroupNameGet an action group.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGet a list of all action groups in a resource group.
list_by_subscription_idSELECTsubscriptionIdGet a list of all action groups in a subscription.
create_or_updateINSERTresourceGroupName, subscriptionId, tenantActionGroupNameCreate a new action group or update an existing one.
deleteDELETEresourceGroupName, subscriptionId, tenantActionGroupNameDelete an action group.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGet a list of all action groups in a resource group.
_list_by_subscription_idEXECsubscriptionIdGet a list of all action groups in a subscription.
enable_receiverEXECresourceGroupName, subscriptionId, tenantActionGroupName, data__receiverNameEnable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
updateEXECresourceGroupName, subscriptionId, tenantActionGroupNameUpdates an existing action group's tags. To update other fields use the CreateOrUpdate method.