IRuleOperations::GetAsync Method (String^, CancellationToken)

 

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

Task<RuleGetResponse^>^ GetAsync(
	String^ ruleId,
	CancellationToken cancellationToken
)

Parameters

ruleId
Type: System::String^

The id of the rule to retrieve.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The Get Rule operation response.

Return to top
Show: