IotSecuritySolutionsAnalyticsAggregatedAlertOperationsExtensions.List Method

Definition

Use this method to get the aggregated alert list of yours IoT Security solution.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlert> List(this Microsoft.Azure.Management.Security.IIotSecuritySolutionsAnalyticsAggregatedAlertOperations operations, string resourceGroupName, string solutionName, int? top = default);
static member List : Microsoft.Azure.Management.Security.IIotSecuritySolutionsAnalyticsAggregatedAlertOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedAlert>
<Extension()>
Public Function List (operations As IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, resourceGroupName As String, solutionName As String, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of IoTSecurityAggregatedAlert)

Parameters

operations
IIotSecuritySolutionsAnalyticsAggregatedAlertOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription. The name is case insensitive.

solutionName
String

The name of the IoT Security solution.

top
Nullable<Int32>

Number of results to retrieve.

Returns

Applies to