次の方法で共有


IMetricAlertsOperations インターフェイス

定義

MetricAlertsOperations 操作。

public interface IMetricAlertsOperations
type IMetricAlertsOperations = interface
Public Interface IMetricAlertsOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, MetricAlertResource, Dictionary<String,List<String>>, CancellationToken)

メトリック アラート定義を作成または更新します。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

アラート ルール定義を削除します。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

アラート ルール定義を取得します。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース グループ内のアラート ルール定義を取得します。

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

サブスクリプション内のアラート ルール定義を取得します。

UpdateWithHttpMessagesAsync(String, String, MetricAlertResourcePatch, Dictionary<String,List<String>>, CancellationToken)

メトリック アラート定義を更新します。

拡張メソッド

CreateOrUpdate(IMetricAlertsOperations, String, String, MetricAlertResource)

メトリック アラート定義を作成または更新します。

CreateOrUpdateAsync(IMetricAlertsOperations, String, String, MetricAlertResource, CancellationToken)

メトリック アラート定義を作成または更新します。

Delete(IMetricAlertsOperations, String, String)

アラート ルール定義を削除します。

DeleteAsync(IMetricAlertsOperations, String, String, CancellationToken)

アラート ルール定義を削除します。

Get(IMetricAlertsOperations, String, String)

アラート ルール定義を取得します。

GetAsync(IMetricAlertsOperations, String, String, CancellationToken)

アラート ルール定義を取得します。

ListByResourceGroup(IMetricAlertsOperations, String)

リソース グループ内のアラート ルール定義を取得します。

ListByResourceGroupAsync(IMetricAlertsOperations, String, CancellationToken)

リソース グループ内のアラート ルール定義を取得します。

ListBySubscription(IMetricAlertsOperations)

サブスクリプション内のアラート ルール定義を取得します。

ListBySubscriptionAsync(IMetricAlertsOperations, CancellationToken)

サブスクリプション内のアラート ルール定義を取得します。

Update(IMetricAlertsOperations, String, String, MetricAlertResourcePatch)

メトリック アラート定義を更新します。

UpdateAsync(IMetricAlertsOperations, String, String, MetricAlertResourcePatch, CancellationToken)

メトリック アラート定義を更新します。

適用対象