Partilhar via


AnalyticsDefenderEasmModelFactory.ReportAssetSnapshotResult Method

Definition

Initializes a new instance of ReportAssetSnapshotResult.

public static Azure.Analytics.Defender.Easm.ReportAssetSnapshotResult ReportAssetSnapshotResult (string displayName = default, string metric = default, string labelName = default, DateTimeOffset? updatedAt = default, string description = default, Azure.Analytics.Defender.Easm.AssetPageResult assets = default);
static member ReportAssetSnapshotResult : string * string * string * Nullable<DateTimeOffset> * string * Azure.Analytics.Defender.Easm.AssetPageResult -> Azure.Analytics.Defender.Easm.ReportAssetSnapshotResult
Public Shared Function ReportAssetSnapshotResult (Optional displayName As String = Nothing, Optional metric As String = Nothing, Optional labelName As String = Nothing, Optional updatedAt As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing, Optional assets As AssetPageResult = Nothing) As ReportAssetSnapshotResult

Parameters

displayName
String

The name of the metric.

metric
String

The unique metric name.

labelName
String

The customer label that was filtered on, if one was provided.

updatedAt
Nullable<DateTimeOffset>

The last time this asset data was updated on this metric.

description
String

A description of what the metric represents.

assets
AssetPageResult

The page of assets that match the provided metric.

Returns

A new ReportAssetSnapshotResult instance for mocking.

Applies to