ArmDevTestLabsModelFactory.DevTestLabCostDetails Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
A data do item de custo.
- costType
- Nullable<DevTestLabCostType>
O tipo do custo.
Retornos
Uma nova DevTestLabCostDetails instância para zombar.
Aplica-se a
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