Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentIpGeodataInner
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 EnrichmentIpGeodataInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionGet geodata for a single IP address.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<EnrichmentIpGeodataInner>
IpGeodatasClient.getWithResponse
(String resourceGroupName, String ipAddress, com.azure.core.util.Context context) Get geodata for a single IP address. -
Uses of EnrichmentIpGeodataInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the asn property: The autonomous system number associated with this IP address.EnrichmentIpGeodataInner.withCarrier
(String carrier) Set the carrier property: The name of the carrier for this IP address.Set the city property: The city this IP address is located in.EnrichmentIpGeodataInner.withCityCf
(Integer cityCf) Set the cityCf property: A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100.EnrichmentIpGeodataInner.withContinent
(String continent) Set the continent property: The continent this IP address is located on.EnrichmentIpGeodataInner.withCountry
(String country) Set the country property: The county this IP address is located in.EnrichmentIpGeodataInner.withCountryCf
(Integer countryCf) Set the countryCf property: A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100.EnrichmentIpGeodataInner.withIpAddr
(String ipAddr) Set the ipAddr property: The dotted-decimal or colon-separated string representation of the IP address.EnrichmentIpGeodataInner.withIpRoutingType
(String ipRoutingType) Set the ipRoutingType property: A description of the connection type of this IP address.EnrichmentIpGeodataInner.withLatitude
(String latitude) Set the latitude property: The latitude of this IP address.EnrichmentIpGeodataInner.withLongitude
(String longitude) Set the longitude property: The longitude of this IP address.EnrichmentIpGeodataInner.withOrganization
(String organization) Set the organization property: The name of the organization for this IP address.EnrichmentIpGeodataInner.withOrganizationType
(String organizationType) Set the organizationType property: The type of the organization for this IP address.EnrichmentIpGeodataInner.withRegion
(String region) Set the region property: The geographic region this IP address is located in.Set the state property: The state this IP address is located in.EnrichmentIpGeodataInner.withStateCf
(Integer stateCf) Set the stateCf property: A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100.EnrichmentIpGeodataInner.withStateCode
(String stateCode) Set the stateCode property: The abbreviated name for the state this IP address is located in. -
Uses of EnrichmentIpGeodataInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEnrichmentIpGeodata.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentIpGeodataInner object.