Partilhar via


AnalyticsDefenderEasmModelFactory.ReportBillableAssetBreakdown Method

Definition

Initializes a new instance of ReportBillableAssetBreakdown.

public static Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdown ReportBillableAssetBreakdown (Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdownKind? kind = default, long? count = default);
static member ReportBillableAssetBreakdown : Nullable<Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdownKind> * Nullable<int64> -> Azure.Analytics.Defender.Easm.ReportBillableAssetBreakdown
Public Shared Function ReportBillableAssetBreakdown (Optional kind As Nullable(Of ReportBillableAssetBreakdownKind) = Nothing, Optional count As Nullable(Of Long) = Nothing) As ReportBillableAssetBreakdown

Parameters

kind
Nullable<ReportBillableAssetBreakdownKind>

The kind of billable asset.

count
Nullable<Int64>

The number of assets of this type.

Returns

A new ReportBillableAssetBreakdown instance for mocking.

Applies to