Share via


ManagedDatabaseSensitivityLabelsOperationsExtensions.ListRecommendedByDatabaseNext Method

Definition

Gets the sensitivity labels of a given database

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel> ListRecommendedByDatabaseNext (this Microsoft.Azure.Management.Sql.IManagedDatabaseSensitivityLabelsOperations operations, string nextPageLink);
static member ListRecommendedByDatabaseNext : Microsoft.Azure.Management.Sql.IManagedDatabaseSensitivityLabelsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SensitivityLabel>
<Extension()>
Public Function ListRecommendedByDatabaseNext (operations As IManagedDatabaseSensitivityLabelsOperations, nextPageLink As String) As IPage(Of SensitivityLabel)

Parameters

operations
IManagedDatabaseSensitivityLabelsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to