Partilhar via


ArmDevTestLabsModelFactory.DevTestLabCostDetails Método

Definição

Inicializa uma nova instância 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

Parâmetros

on
Nullable<DateTimeOffset>

A data do item de custo.

cost
Nullable<Double>

O componente de custo do item de custo.

costType
Nullable<DevTestLabCostType>

O tipo do custo.

Retornos

Uma nova DevTestLabCostDetails instância para zombar.

Aplica-se a