次の方法で共有


MetricAlertResource.GetAllMetricAlertsStatusByName メソッド

定義

アラート ルールの状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/metricAlerts/{ruleName}/status/{statusName}
  • 操作IdMetricAlertsStatus_ListByName
public virtual Azure.Pageable<Azure.ResourceManager.Monitor.Models.MetricAlertStatus> GetAllMetricAlertsStatusByName (string statusName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllMetricAlertsStatusByName : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MetricAlertStatus>
override this.GetAllMetricAlertsStatusByName : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MetricAlertStatus>
Public Overridable Function GetAllMetricAlertsStatusByName (statusName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MetricAlertStatus)

パラメーター

statusName
String

状態の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MetricAlertStatus サービス要求を受け取る可能性がある のコレクション。

例外

statusName は空の文字列であり、空でないと予想されていました。

statusName が null です。

適用対象