Interface MetricAlertApi
@Path("/resourcegroups/{resourcegroup}/providers/Microsoft.Insights/metricAlerts")
@Consumes("application/json")
public interface MetricAlertApi
The Metric Alert API includes operations for managing metric type alert rules
 in your subscription.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdate(String ruleName, MetricAlertProperties properties, Map<String, String> tags, String location) list() 
- 
Method Details
- 
get
 - 
list
 - 
createOrUpdate
@Named("metricalert:createOrUpdate") @PUT @Path("/{ruleName}") MetricAlert createOrUpdate(@PathParam("ruleName") String ruleName, MetricAlertProperties properties, Map<String, String> tags, String location)  - 
delete
 
 -