你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AlertsOperationsExtensions.ListSubscriptionLevelByRegionAsync Method

Definition

List all the alerts that are associated with the subscription that are stored in a specific location

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Alert>> ListSubscriptionLevelByRegionAsync (this Microsoft.Azure.Management.Security.IAlertsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListSubscriptionLevelByRegionAsync : Microsoft.Azure.Management.Security.IAlertsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Alert>>
<Extension()>
Public Function ListSubscriptionLevelByRegionAsync (operations As IAlertsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Alert))

Parameters

operations
IAlertsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to