AnalyticsDefenderEasmModelFactory.ObservedLocation 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 ObservedLocation.
public static Azure.Analytics.Defender.Easm.ObservedLocation ObservedLocation (DateTimeOffset? firstSeen = default, DateTimeOffset? lastSeen = default, long? count = default, bool? recent = default, Azure.Analytics.Defender.Easm.ObservedLocationDetails value = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.SourceDetails> sources = default);
static member ObservedLocation : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<bool> * Azure.Analytics.Defender.Easm.ObservedLocationDetails * seq<Azure.Analytics.Defender.Easm.SourceDetails> -> Azure.Analytics.Defender.Easm.ObservedLocation
Public Shared Function ObservedLocation (Optional firstSeen As Nullable(Of DateTimeOffset) = Nothing, Optional lastSeen As Nullable(Of DateTimeOffset) = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional recent As Nullable(Of Boolean) = Nothing, Optional value As ObservedLocationDetails = Nothing, Optional sources As IEnumerable(Of SourceDetails) = Nothing) As ObservedLocation
Parameters
- firstSeen
- Nullable<DateTimeOffset>
- lastSeen
- Nullable<DateTimeOffset>
- value
- ObservedLocationDetails
- sources
- IEnumerable<SourceDetails>
Returns
A new ObservedLocation 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