ReportAssetSnapshotResult 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.
A snapshot of assets captured daily for the provided metric. Asset details only contain primary properties. Detailed asset data can be retrieved from the asset endpoints.
public class ReportAssetSnapshotResult : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.ReportAssetSnapshotResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.ReportAssetSnapshotResult>
type ReportAssetSnapshotResult = class
interface IJsonModel<ReportAssetSnapshotResult>
interface IPersistableModel<ReportAssetSnapshotResult>
Public Class ReportAssetSnapshotResult
Implements IJsonModel(Of ReportAssetSnapshotResult), IPersistableModel(Of ReportAssetSnapshotResult)
- Inheritance
-
ReportAssetSnapshotResult
- Implements
Properties
Assets |
The page of assets that match the provided metric. |
Description |
A description of what the metric represents. |
DisplayName |
The name of the metric. |
LabelName |
The customer label that was filtered on, if one was provided. |
Metric |
The unique metric name. |
UpdatedAt |
The last time this asset data was updated on this metric. |
Explicit Interface Implementations
IJsonModel<ReportAssetSnapshotResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ReportAssetSnapshotResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ReportAssetSnapshotResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ReportAssetSnapshotResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ReportAssetSnapshotResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET