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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET