IRuleOperations.ListAsync 方法 (CancellationToken)
列出某一订阅内的警报规则。
命名空间: Microsoft.WindowsAzure.Management.Monitoring.Alerts
程序集: Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)
语法
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)
参数
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<RuleListResponse>
列出规则操作响应。
请参阅
IRuleOperations 接口
Microsoft.WindowsAzure.Management.Monitoring.Alerts 命名空间
返回页首