Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentDomainWhoisInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EnrichmentDomainWhoisInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionGet whois information for a single domain name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<EnrichmentDomainWhoisInner>
DomainWhoisClient.getWithResponse
(String resourceGroupName, String domain, com.azure.core.util.Context context) Get whois information for a single domain name. -
Uses of EnrichmentDomainWhoisInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionEnrichmentDomainWhoisInner.withCreated
(OffsetDateTime created) Set the created property: The timestamp at which this record was created.EnrichmentDomainWhoisInner.withDomain
(String domain) Set the domain property: The domain for this whois record.EnrichmentDomainWhoisInner.withExpires
(OffsetDateTime expires) Set the expires property: The timestamp at which this record will expire.EnrichmentDomainWhoisInner.withParsedWhois
(EnrichmentDomainWhoisDetails parsedWhois) Set the parsedWhois property: The whois record for a given domain.EnrichmentDomainWhoisInner.withServer
(String server) Set the server property: The hostname of this registrar's whois server.EnrichmentDomainWhoisInner.withUpdated
(OffsetDateTime updated) Set the updated property: The timestamp at which this record was last updated. -
Uses of EnrichmentDomainWhoisInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEnrichmentDomainWhois.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentDomainWhoisInner object.