DomainsOperationsExtensions.ListRecommendations 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.
Get domain name recommendations based on keywords.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.NameIdentifier> ListRecommendations (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations, Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters parameters);
static member ListRecommendations : Microsoft.Azure.Management.WebSites.IDomainsOperations * Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.NameIdentifier>
<Extension()>
Public Function ListRecommendations (operations As IDomainsOperations, parameters As DomainRecommendationSearchParameters) As IPage(Of NameIdentifier)
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
- parameters
- DomainRecommendationSearchParameters
Search parameters for domain name recommendations.
Returns
Remarks
Description for Get domain name recommendations based on keywords.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET