RuleOperationsExtensions::GetAsync Method (IRuleOperations^, String^)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

public:
[ExtensionAttribute]
static Task<RuleGetResponse^>^ GetAsync(
	IRuleOperations^ operations,
	String^ ruleId
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts::IRuleOperations^

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations.

ruleId
Type: System::String^

Required. The id of the rule to retrieve.

Return Value

Type: System.Threading.Tasks::Task<RuleGetResponse^>^

The Get Rule operation response.

Return to top
Show: