Aracılığıyla paylaş


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 EnrichmentDomainWhoisInner get(String resourceGroupName, String domain)

Get whois information for a single domain name.

abstract Response<EnrichmentDomainWhoisInner> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
domain - Domain name to be enriched.

Returns:

whois information for a single domain name.

getWithResponse

public abstract Response<EnrichmentDomainWhoisInner> getWithResponse(String resourceGroupName, String domain, Context context)

Get whois information for a single domain name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
domain - Domain name to be enriched.
context - The context to associate with this operation.

Returns:

whois information for a single domain name along with Response<T>.

Applies to