ArmDevTestLabsModelFactory.DevTestLabCostData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- targetCost
- DevTestLabTargetCost
Die Zielkosteneigenschaften.
- labCostDetails
- IEnumerable<DevTestLabCostDetails>
Die Komponente "Labkostendetails" der Kostendaten.
- resourceCosts
- IEnumerable<DevTestLabResourceCost>
Die Ressourcenkostenkomponente der Kostendaten.
- currencyCode
- String
Der Währungscode der Kosten.
- startOn
- Nullable<DateTimeOffset>
Die Startzeit der Kostendaten.
- endOn
- Nullable<DateTimeOffset>
Die Endzeit der Kostendaten.
- createdOn
- Nullable<DateTimeOffset>
Das Erstellungsdatum der Kosten.
- provisioningState
- String
Der Bereitstellungs-status der Ressource.
Gibt zurück
Eine neue DevTestLabCostData instance zum Mocking.
Gilt für:
Azure SDK for .NET