Share via


DomainsOperationsExtensions.ListRecommendationsNext Method

Definition

Get domain name recommendations based on keywords.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.NameIdentifier> ListRecommendationsNext (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations, string nextPageLink);
static member ListRecommendationsNext : Microsoft.Azure.Management.WebSites.IDomainsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.NameIdentifier>
<Extension()>
Public Function ListRecommendationsNext (operations As IDomainsOperations, nextPageLink As String) As IPage(Of NameIdentifier)

Parameters

operations
IDomainsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Get domain name recommendations based on keywords.

Applies to