ArmSecurityInsightsModelFactory.EnrichmentIPGeodata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EnrichmentIPGeodata.
public static Azure.ResourceManager.SecurityInsights.Models.EnrichmentIPGeodata EnrichmentIPGeodata (string asn = default, string carrier = default, string city = default, int? cityCf = default, string continent = default, string country = default, int? countryCf = default, string ipAddr = default, string ipRoutingType = default, string latitude = default, string longitude = default, string organization = default, string organizationType = default, string region = default, string state = default, int? stateCf = default, string stateCode = default);
static member EnrichmentIPGeodata : string * string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * string * string * string * string * string * Nullable<int> * string -> Azure.ResourceManager.SecurityInsights.Models.EnrichmentIPGeodata
Public Shared Function EnrichmentIPGeodata (Optional asn As String = Nothing, Optional carrier As String = Nothing, Optional city As String = Nothing, Optional cityCf As Nullable(Of Integer) = Nothing, Optional continent As String = Nothing, Optional country As String = Nothing, Optional countryCf As Nullable(Of Integer) = Nothing, Optional ipAddr As String = Nothing, Optional ipRoutingType As String = Nothing, Optional latitude As String = Nothing, Optional longitude As String = Nothing, Optional organization As String = Nothing, Optional organizationType As String = Nothing, Optional region As String = Nothing, Optional state As String = Nothing, Optional stateCf As Nullable(Of Integer) = Nothing, Optional stateCode As String = Nothing) As EnrichmentIPGeodata
Parameters
- asn
- String
The autonomous system number associated with this IP address.
- carrier
- String
The name of the carrier for this IP address.
- city
- String
The city this IP address is located in.
A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100.
- continent
- String
The continent this IP address is located on.
- country
- String
The county this IP address is located in.
A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100.
- ipAddr
- String
The dotted-decimal or colon-separated string representation of the IP address.
- ipRoutingType
- String
A description of the connection type of this IP address.
- latitude
- String
The latitude of this IP address.
- longitude
- String
The longitude of this IP address.
- organization
- String
The name of the organization for this IP address.
- organizationType
- String
The type of the organization for this IP address.
- region
- String
The geographic region this IP address is located in.
- state
- String
The state this IP address is located in.
A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100.
- stateCode
- String
The abbreviated name for the state this IP address is located in.
Returns
A new EnrichmentIPGeodata instance for mocking.
Applies to
Azure SDK for .NET