AnalyticsDefenderEasmModelFactory.GuidPair 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 GuidPair.
public static Azure.Analytics.Defender.Easm.GuidPair GuidPair (string pageGuid = default, string crawlStateGuid = default, DateTimeOffset? loadDate = default, bool? recent = default);
static member GuidPair : string * string * Nullable<DateTimeOffset> * Nullable<bool> -> Azure.Analytics.Defender.Easm.GuidPair
Public Shared Function GuidPair (Optional pageGuid As String = Nothing, Optional crawlStateGuid As String = Nothing, Optional loadDate As Nullable(Of DateTimeOffset) = Nothing, Optional recent As Nullable(Of Boolean) = Nothing) As GuidPair
Parameters
- pageGuid
- String
- crawlStateGuid
- String
- loadDate
- Nullable<DateTimeOffset>
Returns
A new GuidPair 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