IMetricAlertsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MetricAlertsOperations operations.
public interface IMetricAlertsOperations
type IMetricAlertsOperations = interface
Public Interface IMetricAlertsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, MetricAlertResource, Dictionary<String,List<String>>, CancellationToken) |
Create or update an metric alert definition. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete an alert rule definition. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve an alert rule definition. |
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve alert rule definitions in a resource group. |
ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Retrieve alert rule definitions in a subscription. |
UpdateWithHttpMessagesAsync(String, String, MetricAlertResourcePatch, Dictionary<String,List<String>>, CancellationToken) |
Update an metric alert definition. |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET