IRuleOperations::ListAsync Method (CancellationToken)

 

List the alert rules within a subscription.

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

Task<RuleListResponse^>^ ListAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The List Rules operation response.

Return to top
Show: