ServerVulnerabilityAssessmentsOperationsExtensions.ListByServerNext 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.
Lists the vulnerability assessment policies associated with a server.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerVulnerabilityAssessment> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerVulnerabilityAssessmentsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerVulnerabilityAssessmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerVulnerabilityAssessment>
<Extension()>
Public Function ListByServerNext (operations As IServerVulnerabilityAssessmentsOperations, nextPageLink As String) As IPage(Of ServerVulnerabilityAssessment)
Parameters
- operations
- IServerVulnerabilityAssessmentsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.