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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET