Interface ActivityLogAlertApi
@Path("/resourcegroups/{resourcegroup}/providers/Microsoft.Insights/activityLogAlerts")
@Consumes("application/json")
public interface ActivityLogAlertApi
The Activity Log Alert API includes operations for managing activity log type
alert rules in your subscription.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdate
(String activityLogAlertName, ActivityLogAlertProperties properties, Map<String, String> tags, String location) list()
-
Method Details
-
get
@Named("activitylogalert:get") @GET @Path("/{name}") ActivityLogAlert get(@PathParam("name") String name) -
list
-
createOrUpdate
@Named("activitylogalert:createOrUpdate") @PUT @Path("/{activityLogAlertName}") ActivityLogAlert createOrUpdate(@PathParam("activityLogAlertName") String activityLogAlertName, ActivityLogAlertProperties properties, Map<String, String> tags, String location) -
delete
-