IAlertOperations::GetRuleAsync Method (String^, String^, CancellationToken)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Task<RuleGetResponse^>^ GetRuleAsync(
	String^ resourceGroupName,
	String^ ruleName,
	CancellationToken cancellationToken
)

Parameters

resourceGroupName
Type: System::String^

The name of the resource group.

ruleName
Type: System::String^

The name 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: