AlertsOperationsExtensions.ListByManagerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.Alert>> ListByManagerAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IAlertsOperations operations, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByManagerAsync : Microsoft.Azure.Management.StorSimple.Fluent.IAlertsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple.Fluent.Models.Alert>>
<Extension()>
Public Function ListByManagerAsync (operations As IAlertsOperations, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of AlertFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Alert))
Parameters
- operations
- IAlertsOperations
- resourceGroupName
- String
- managerName
- String
- odataQuery
- ODataQuery<AlertFilterInner>
- cancellationToken
- CancellationToken
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET