| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<NameIdentifierInner> |
DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters)
Description for Get domain name recommendations based on keywords.
|
com.azure.core.http.rest.PagedIterable<NameIdentifierInner> |
DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters,
com.azure.core.util.Context context)
Description for Get domain name recommendations based on keywords.
|
com.azure.core.http.rest.PagedFlux<NameIdentifierInner> |
DomainsClient.listRecommendationsAsync(DomainRecommendationSearchParameters parameters)
Description for Get domain name recommendations based on keywords.
|
| Modifier and Type | Method and Description |
|---|---|
DomainRecommendationSearchParameters |
DomainRecommendationSearchParameters.withKeywords(String keywords)
Set the keywords property: Keywords to be used for generating domain recommendations.
|
DomainRecommendationSearchParameters |
DomainRecommendationSearchParameters.withMaxDomainRecommendations(Integer maxDomainRecommendations)
Set the maxDomainRecommendations property: Maximum number of recommendations.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.