Freigeben über


ArmDevTestLabsModelFactory.DevTestLabCostDetails Methode

Definition

Initialisiert eine neue instance von DevTestLabCostDetails.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostDetails DevTestLabCostDetails (DateTimeOffset? on = default, double? cost = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostType? costType = default);
static member DevTestLabCostDetails : Nullable<DateTimeOffset> * Nullable<double> * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostType> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostDetails
Public Shared Function DevTestLabCostDetails (Optional on As Nullable(Of DateTimeOffset) = Nothing, Optional cost As Nullable(Of Double) = Nothing, Optional costType As Nullable(Of DevTestLabCostType) = Nothing) As DevTestLabCostDetails

Parameter

on
Nullable<DateTimeOffset>

Das Datum der Kostenposition.

cost
Nullable<Double>

Die Kostenkomponente der Kostenposition.

costType
Nullable<DevTestLabCostType>

Der Typ der Kosten.

Gibt zurück

Eine neue DevTestLabCostDetails instance zum Simulieren.

Gilt für: