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