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)
Syntax
Task<RuleListResponse> ListAsync(
CancellationToken cancellationToken
)
Task<RuleListResponse^>^ ListAsync(
CancellationToken cancellationToken
)
abstract ListAsync :
cancellationToken:CancellationToken -> Task<RuleListResponse>
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of RuleListResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<RuleListResponse>
The List Rules operation response.
See Also
IRuleOperations Interface
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top