AnalyticsDefenderEasmModelFactory.ObservedIntegers 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 ObservedIntegers.
public static Azure.Analytics.Defender.Easm.ObservedIntegers ObservedIntegers (DateTimeOffset? firstSeen = default, DateTimeOffset? lastSeen = default, long? count = default, bool? recent = default, System.Collections.Generic.IEnumerable<int> values = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.SourceDetails> sources = default);
static member ObservedIntegers : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<bool> * seq<int> * seq<Azure.Analytics.Defender.Easm.SourceDetails> -> Azure.Analytics.Defender.Easm.ObservedIntegers
Public Shared Function ObservedIntegers (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 values As IEnumerable(Of Integer) = Nothing, Optional sources As IEnumerable(Of SourceDetails) = Nothing) As ObservedIntegers
Parameters
- firstSeen
- Nullable<DateTimeOffset>
- lastSeen
- Nullable<DateTimeOffset>
- values
- IEnumerable<Int32>
- sources
- IEnumerable<SourceDetails>
Returns
A new ObservedIntegers instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET