AnalyticsDefenderEasmModelFactory.ObservedLocationDetails 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 ObservedLocationDetails.
public static Azure.Analytics.Defender.Easm.ObservedLocationDetails ObservedLocationDetails (string countryCode = default, string countryName = default, string region = default, string regionName = default, string city = default, int? areaCode = default, string postalCode = default, float? latitude = default, float? longitude = default, int? dmaCode = default, int? metroCodeId = default);
static member ObservedLocationDetails : string * string * string * string * string * Nullable<int> * string * Nullable<single> * Nullable<single> * Nullable<int> * Nullable<int> -> Azure.Analytics.Defender.Easm.ObservedLocationDetails
Public Shared Function ObservedLocationDetails (Optional countryCode As String = Nothing, Optional countryName As String = Nothing, Optional region As String = Nothing, Optional regionName As String = Nothing, Optional city As String = Nothing, Optional areaCode As Nullable(Of Integer) = Nothing, Optional postalCode As String = Nothing, Optional latitude As Nullable(Of Single) = Nothing, Optional longitude As Nullable(Of Single) = Nothing, Optional dmaCode As Nullable(Of Integer) = Nothing, Optional metroCodeId As Nullable(Of Integer) = Nothing) As ObservedLocationDetails
Parameters
- countryCode
- String
- countryName
- String
- region
- String
- regionName
- String
- city
- String
- postalCode
- String
Returns
A new ObservedLocationDetails instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET