AnalyticsDefenderEasmModelFactory.AlexaInfo 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 AlexaInfo.
public static Azure.Analytics.Defender.Easm.AlexaInfo AlexaInfo (long? alexaRank = default, string category = default, DateTimeOffset? firstSeen = default, DateTimeOffset? lastSeen = default, long? count = default, bool? recent = default);
static member AlexaInfo : Nullable<int64> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<bool> -> Azure.Analytics.Defender.Easm.AlexaInfo
Public Shared Function AlexaInfo (Optional alexaRank As Nullable(Of Long) = Nothing, Optional category As String = Nothing, 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) As AlexaInfo
Parameters
- category
- String
- firstSeen
- Nullable<DateTimeOffset>
- lastSeen
- Nullable<DateTimeOffset>
Returns
A new AlexaInfo 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