Partager via


ArmDevTestLabsModelFactory.DevTestLabCostDetails Méthode

Définition

Initialise une nouvelle instance de 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

Paramètres

on
Nullable<DateTimeOffset>

Date de l’élément de coût.

cost
Nullable<Double>

Composant de coût de l’élément de coût.

costType
Nullable<DevTestLabCostType>

Type du coût.

Retours

Une nouvelle DevTestLabCostDetails instance pour se moquer.

S’applique à