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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.