AnalyticsDefenderEasmModelFactory.SslServerConfig 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 SslServerConfig.
public static Azure.Analytics.Defender.Easm.SslServerConfig SslServerConfig(System.Collections.Generic.IEnumerable<string> tlsVersions = default, System.Collections.Generic.IEnumerable<string> cipherSuites = default, DateTimeOffset? firstSeen = default, DateTimeOffset? lastSeen = default, long? count = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.SourceDetails> sources = default);
static member SslServerConfig : seq<string> * seq<string> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * seq<Azure.Analytics.Defender.Easm.SourceDetails> -> Azure.Analytics.Defender.Easm.SslServerConfig
Public Shared Function SslServerConfig (Optional tlsVersions As IEnumerable(Of String) = Nothing, Optional cipherSuites 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 sources As IEnumerable(Of SourceDetails) = Nothing) As SslServerConfig
Parameters
- tlsVersions
- IEnumerable<String>
- cipherSuites
- IEnumerable<String>
- firstSeen
- Nullable<DateTimeOffset>
- lastSeen
- Nullable<DateTimeOffset>
- sources
- IEnumerable<SourceDetails>
Returns
A new SslServerConfig instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET