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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET