AnalyticsDefenderEasmModelFactory.AssetPageResult 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 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
- 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
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