AnalyticsDefenderEasmModelFactory.ReputationDetails 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 ReputationDetails.
public static Azure.Analytics.Defender.Easm.ReputationDetails ReputationDetails (string listName = default, string threatType = default, bool? trusted = default, string cidr = default, DateTimeOffset? firstSeen = default, DateTimeOffset? lastSeen = default, DateTimeOffset? listUpdatedAt = default, bool? recent = default);
static member ReputationDetails : string * string * Nullable<bool> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> -> Azure.Analytics.Defender.Easm.ReputationDetails
Public Shared Function ReputationDetails (Optional listName As String = Nothing, Optional threatType As String = Nothing, Optional trusted As Nullable(Of Boolean) = Nothing, Optional cidr As String = Nothing, Optional firstSeen As Nullable(Of DateTimeOffset) = Nothing, Optional lastSeen As Nullable(Of DateTimeOffset) = Nothing, Optional listUpdatedAt As Nullable(Of DateTimeOffset) = Nothing, Optional recent As Nullable(Of Boolean) = Nothing) As ReputationDetails
Parameters
- listName
- String
- threatType
- String
- cidr
- String
- firstSeen
- Nullable<DateTimeOffset>
- lastSeen
- Nullable<DateTimeOffset>
- listUpdatedAt
- Nullable<DateTimeOffset>
Returns
A new ReputationDetails 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