DomainWhoisClient Interface
public interface DomainWhoisClient
An instance of this class provides access to all the operations defined in DomainWhoisClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Enrichment |
get(String resourceGroupName, String domain)
Get whois information for a single domain name. |
|
abstract
Response<Enrichment |
getWithResponse(String resourceGroupName, String domain, Context context)
Get whois information for a single domain name. |
Method Details
get
public abstract EnrichmentDomainWhoisInner get(String resourceGroupName, String domain)
Get whois information for a single domain name.
Parameters:
Returns:
getWithResponse
public abstract Response<EnrichmentDomainWhoisInner> getWithResponse(String resourceGroupName, String domain, Context context)
Get whois information for a single domain name.
Parameters:
Returns: