Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DomainWhoisGetOperationOptions struct + Domain *string + func DefaultDomainWhoisGetOperationOptions() DomainWhoisGetOperationOptions + func (o DomainWhoisGetOperationOptions) ToHeaders() *client.Headers + func (o DomainWhoisGetOperationOptions) ToOData() *odata.Query + func (o DomainWhoisGetOperationOptions) ToQuery() *client.QueryParams + type DomainWhoisGetOperationResponse struct + HttpResponse *http.Response + Model *EnrichmentDomainWhois + OData *odata.OData + type EnrichmentClient struct + Client *resourcemanager.Client + func NewEnrichmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EnrichmentClient, error) + func (c EnrichmentClient) DomainWhoisGet(ctx context.Context, id commonids.ResourceGroupId, ...) (result DomainWhoisGetOperationResponse, err error) + func (c EnrichmentClient) IPGeodataGet(ctx context.Context, id commonids.ResourceGroupId, ...) (result IPGeodataGetOperationResponse, err error) + type EnrichmentDomainWhois struct + Created *string + Domain *string + Expires *string + ParsedWhois *EnrichmentDomainWhoisDetails + Server *string + Updated *string + func (o *EnrichmentDomainWhois) GetCreatedAsTime() (*time.Time, error) + func (o *EnrichmentDomainWhois) GetExpiresAsTime() (*time.Time, error) + func (o *EnrichmentDomainWhois) GetUpdatedAsTime() (*time.Time, error) + func (o *EnrichmentDomainWhois) SetCreatedAsTime(input time.Time) + func (o *EnrichmentDomainWhois) SetExpiresAsTime(input time.Time) + func (o *EnrichmentDomainWhois) SetUpdatedAsTime(input time.Time) + type EnrichmentDomainWhoisContact struct + City *string + Country *string + Email *string + Fax *string + Name *string + Org *string + Phone *string + Postal *string + State *string + Street *[]string + type EnrichmentDomainWhoisContacts struct + Admin *EnrichmentDomainWhoisContact + Billing *EnrichmentDomainWhoisContact + Registrant *EnrichmentDomainWhoisContact + Tech *EnrichmentDomainWhoisContact + type EnrichmentDomainWhoisDetails struct + Contacts *EnrichmentDomainWhoisContacts + NameServers *[]string + Registrar *EnrichmentDomainWhoisRegistrarDetails + Statuses *[]string + type EnrichmentDomainWhoisRegistrarDetails struct + AbuseContactEmail *string + AbuseContactPhone *string + IanaId *string + Name *string + Url *string + WhoisServer *string + type EnrichmentIPGeodata struct + Asn *string + Carrier *string + City *string + CityCf *int64 + Continent *string + Country *string + CountryCf *int64 + IPAddr *string + IPRoutingType *string + Latitude *string + Longitude *string + Organization *string + OrganizationType *string + Region *string + State *string + StateCf *int64 + StateCode *string + type IPGeodataGetOperationOptions struct + IPAddress *string + func DefaultIPGeodataGetOperationOptions() IPGeodataGetOperationOptions + func (o IPGeodataGetOperationOptions) ToHeaders() *client.Headers + func (o IPGeodataGetOperationOptions) ToOData() *odata.Query + func (o IPGeodataGetOperationOptions) ToQuery() *client.QueryParams + type IPGeodataGetOperationResponse struct + HttpResponse *http.Response + Model *EnrichmentIPGeodata + OData *odata.OData