ArmDevTestLabsModelFactory.DevTestLabCostDetails 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 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
Parameters
The date of the cost item.
- costType
- Nullable<DevTestLabCostType>
The type of the cost.
Returns
A new DevTestLabCostDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET