IotSecuritySolutionOperationsExtensions.ListByResourceGroupNext Method

Definition

Use this method to get the list IoT Security solutions organized by resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel> ListByResourceGroupNext(this Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Security.IIotSecuritySolutionOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.IoTSecuritySolutionModel>
<Extension()>
Public Function ListByResourceGroupNext (operations As IIotSecuritySolutionOperations, nextPageLink As String) As IPage(Of IoTSecuritySolutionModel)

Parameters

operations
IIotSecuritySolutionOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to