ArmDevTestLabsModelFactory.DevTestLabCostData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de DevTestLabCostData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabCostData DevTestLabCostData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabTargetCost targetCost = default, double? estimatedLabCost = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostDetails> labCostDetails = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabResourceCost> resourceCosts = default, string currencyCode = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabCostData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DevTestLabs.Models.DevTestLabTargetCost * Nullable<double> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostDetails> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabResourceCost> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabCostData
Public Shared Function DevTestLabCostData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional targetCost As DevTestLabTargetCost = Nothing, Optional estimatedLabCost As Nullable(Of Double) = Nothing, Optional labCostDetails As IEnumerable(Of DevTestLabCostDetails) = Nothing, Optional resourceCosts As IEnumerable(Of DevTestLabResourceCost) = Nothing, Optional currencyCode As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabCostData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- targetCost
- DevTestLabTargetCost
Propriétés de coût cible.
Composant récapitulative des coûts de laboratoire des données de coût.
- labCostDetails
- IEnumerable<DevTestLabCostDetails>
Composant de détails des coûts de laboratoire des données de coût.
- resourceCosts
- IEnumerable<DevTestLabResourceCost>
Composant de coût des ressources des données de coût.
- currencyCode
- String
Code monétaire du coût.
- startOn
- Nullable<DateTimeOffset>
Heure de début des données de coût.
- endOn
- Nullable<DateTimeOffset>
Heure de fin des données de coût.
- createdOn
- Nullable<DateTimeOffset>
Date de création du coût.
- provisioningState
- String
Status d’approvisionnement de la ressource.
Retours
Une nouvelle DevTestLabCostData instance pour se moquer.
S’applique à
Azure SDK for .NET