AnalyticsDefenderEasmModelFactory.WebComponent 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 WebComponent.
public static Azure.Analytics.Defender.Easm.WebComponent WebComponent (string name = default, string type = default, string version = default, System.Collections.Generic.IEnumerable<string> ruleId = default, DateTimeOffset? firstSeen = default, DateTimeOffset? lastSeen = default, long? count = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.CveDetails> cve = default, long? endOfLife = default, bool? recent = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.PortDetails> ports = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.SourceDetails> sources = default, string service = default);
static member WebComponent : string * string * string * seq<string> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * seq<Azure.Analytics.Defender.Easm.CveDetails> * Nullable<int64> * Nullable<bool> * seq<Azure.Analytics.Defender.Easm.PortDetails> * seq<Azure.Analytics.Defender.Easm.SourceDetails> * string -> Azure.Analytics.Defender.Easm.WebComponent
Public Shared Function WebComponent (Optional name As String = Nothing, Optional type As String = Nothing, Optional version As String = Nothing, Optional ruleId As IEnumerable(Of String) = Nothing, Optional firstSeen As Nullable(Of DateTimeOffset) = Nothing, Optional lastSeen As Nullable(Of DateTimeOffset) = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional cve As IEnumerable(Of CveDetails) = Nothing, Optional endOfLife As Nullable(Of Long) = Nothing, Optional recent As Nullable(Of Boolean) = Nothing, Optional ports As IEnumerable(Of PortDetails) = Nothing, Optional sources As IEnumerable(Of SourceDetails) = Nothing, Optional service As String = Nothing) As WebComponent
Parameters
- name
- String
- type
- String
- version
- String
- ruleId
- IEnumerable<String>
- firstSeen
- Nullable<DateTimeOffset>
- lastSeen
- Nullable<DateTimeOffset>
- cve
- IEnumerable<CveDetails>
- ports
- IEnumerable<PortDetails>
- sources
- IEnumerable<SourceDetails>
- service
- String
Returns
A new WebComponent 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