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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET