Partilhar via


AnalyticsDefenderEasmModelFactory.ReportBillableAssetSnapshotResult Method

Definition

Initializes a new instance of ReportBillableAssetSnapshotResult.

public static Azure.Analytics.Defender.Easm.ReportBillableAssetSnapshotResult ReportBillableAssetSnapshotResult (DateTimeOffset? date = default, long? total = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdown> assetBreakdown = default);
static member ReportBillableAssetSnapshotResult : Nullable<DateTimeOffset> * Nullable<int64> * seq<Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdown> -> Azure.Analytics.Defender.Easm.ReportBillableAssetSnapshotResult
Public Shared Function ReportBillableAssetSnapshotResult (Optional date As Nullable(Of DateTimeOffset) = Nothing, Optional total As Nullable(Of Long) = Nothing, Optional assetBreakdown As IEnumerable(Of ReportBillableAssetBreakdown) = Nothing) As ReportBillableAssetSnapshotResult

Parameters

date
Nullable<DateTimeOffset>

The date these assets were billed on.

total
Nullable<Int64>

The total number of billable assets for this date.

assetBreakdown
IEnumerable<ReportBillableAssetBreakdown>

The breakdown of billable asset counts for each asset type.

Returns

A new ReportBillableAssetSnapshotResult instance for mocking.

Applies to