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