AssetPageResult Class
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.
The page of assets that match the provided metric.
public class AssetPageResult : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.AssetPageResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.AssetPageResult>
type AssetPageResult = class
interface IJsonModel<AssetPageResult>
interface IPersistableModel<AssetPageResult>
Public Class AssetPageResult
Implements IJsonModel(Of AssetPageResult), IPersistableModel(Of AssetPageResult)
- Inheritance
-
AssetPageResult
- Implements
Properties
Mark |
The cursor mark to be used on the next request. Not set if using paging. |
NextLink |
The link to access the next page of results. Not set if at the end of the result set. |
TotalElements |
The total number of items available in the full result set. |
Value |
The items in the current page of results. Please note AssetResource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AsAssetResource, ContactAssetResource, DomainAssetResource, HostAssetResource, IpAddressAssetResource, IpBlockAssetResource, PageAssetResource and SslCertAssetResource. |
Explicit Interface Implementations
IJsonModel<AssetPageResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AssetPageResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AssetPageResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AssetPageResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AssetPageResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET