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