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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET