你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MonitorExtensions.GetMetricAlert 方法

定义

检索警报规则定义。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/metricAlerts/{ruleName}
  • 操作IdMetricAlerts_Get
public static Azure.Response<Azure.ResourceManager.Monitor.MetricAlertResource> GetMetricAlert (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ruleName, System.Threading.CancellationToken cancellationToken = default);
static member GetMetricAlert : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.MetricAlertResource>
<Extension()>
Public Function GetMetricAlert (resourceGroupResource As ResourceGroupResource, ruleName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MetricAlertResource)

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

ruleName
String

规则的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

ruleName 是一个空字符串,预期为非空。

ruleName 为 null。

适用于