次の方法で共有


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。

戻り値

ルールの取得操作の応答。

適用対象