AnalyticsDefenderEasmModelFactory.ObservedLong Method

Definition

Initializes a new instance of ObservedLong.

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

Parameters

count
Nullable<Int64>
recent
Nullable<Boolean>
value
Nullable<Int64>

Returns

A new ObservedLong instance for mocking.

Applies to