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