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

AlertsOperationsExtensions.ListByManager 方法

定义

检索管理器中的所有警报。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Alert> ListByManager (this Microsoft.Azure.Management.StorSimple8000Series.IAlertsOperations operations, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertFilter> odataQuery = default);
static member ListByManager : Microsoft.Azure.Management.StorSimple8000Series.IAlertsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Alert>
<Extension()>
Public Function ListByManager (operations As IAlertsOperations, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of AlertFilter) = Nothing) As IPage(Of Alert)

参数

operations
IAlertsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称

managerName
String

经理姓名

odataQuery
ODataQuery<AlertFilter>

要应用于操作的 OData 参数。

返回

适用于