Skip to main content

tenant_action_groups

Overview

Nametenant_action_groups
TypeResource
Idazure.monitor.tenant_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 tenant action group.
tagsobjectThe tags of the resource.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmanagementGroupId, tenantActionGroupName, x-ms-client-tenant-idGet a tenant action group.
list_by_management_group_idSELECTmanagementGroupId, x-ms-client-tenant-idGet a list of all tenant action groups in a management group.
create_or_updateINSERTmanagementGroupId, tenantActionGroupName, x-ms-client-tenant-idCreate a new tenant action group or update an existing one.
deleteDELETEmanagementGroupId, tenantActionGroupName, x-ms-client-tenant-idDelete a tenant action group.
_list_by_management_group_idEXECmanagementGroupId, x-ms-client-tenant-idGet a list of all tenant action groups in a management group.
updateEXECmanagementGroupId, tenantActionGroupName, x-ms-client-tenant-idUpdates an existing tenant action group's tags. To update other fields use the CreateOrUpdate method.