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

RuleOperationsExtensions.Get(IRuleOperations, String) 方法

定义

public static Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleGetResponse Get (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations operations, string ruleId);
static member Get : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations * string -> Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleGetResponse
<Extension()>
Public Function Get (operations As IRuleOperations, ruleId As String) As RuleGetResponse

参数

operations
IRuleOperations

对 Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations 的引用。

ruleId
String

必需。 要检索的规则的 ID。

返回

获取规则操作响应。

适用于