DomainWhois interface
Interface representing a DomainWhois.
Methods
get(string, string, Domain |
Get whois information for a single domain name |
Method Details
get(string, string, DomainWhoisGetOptionalParams)
Get whois information for a single domain name
function get(resourceGroupName: string, domain: string, options?: DomainWhoisGetOptionalParams): Promise<EnrichmentDomainWhois>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- domain
-
string
Domain name to be enriched
- options
- DomainWhoisGetOptionalParams
The options parameters.
Returns
Promise<EnrichmentDomainWhois>
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 JavaScript