AnalyticsDefenderEasmModelFactory.AssetPageResult Method

Definition

Initializes a new instance of AssetPageResult.

public static Azure.Analytics.Defender.Easm.AssetPageResult AssetPageResult (long? totalElements = default, string mark = default, string nextLink = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.AssetResource> value = default);
static member AssetPageResult : Nullable<int64> * string * string * seq<Azure.Analytics.Defender.Easm.AssetResource> -> Azure.Analytics.Defender.Easm.AssetPageResult
Public Shared Function AssetPageResult (Optional totalElements As Nullable(Of Long) = Nothing, Optional mark As String = Nothing, Optional nextLink As String = Nothing, Optional value As IEnumerable(Of AssetResource) = Nothing) As AssetPageResult

Parameters

totalElements
Nullable<Int64>

The total number of items available in the full result set.

mark
String

The cursor mark to be used on the next request. Not set if using paging.

nextLink
String

The link to access the next page of results. Not set if at the end of the result set.

value
IEnumerable<AssetResource>

The items in the current page of results.

Returns

A new AssetPageResult instance for mocking.

Applies to