次の方法で共有


RuleOperationsExtensions.GetAsync(IRuleOperations, String) メソッド

定義

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

パラメーター

operations
IRuleOperations

Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations への参照。

ruleId
String

必須。 取得するルールの ID。

戻り値

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

適用対象