AnalyticsDefenderEasmModelFactory.ReportBillableAssetSnapshotResult Method
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.
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.
- assetBreakdown
- IEnumerable<ReportBillableAssetBreakdown>
The breakdown of billable asset counts for each asset type.
Returns
A new ReportBillableAssetSnapshotResult instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET