ConsumptionMarketplace Class
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.
A marketplace resource.
public class ConsumptionMarketplace : Azure.ResourceManager.Models.ResourceData
type ConsumptionMarketplace = class
inherit ResourceData
Public Class ConsumptionMarketplace
Inherits ResourceData
- Inheritance
Properties
AccountName |
Account name. |
AdditionalInfo |
Additional information. |
AdditionalProperties |
Additional details of this usage item. By default this is not populated, unless it's specified in $expand. |
BillingPeriodId |
The id of the billing period resource that the usage belongs to. |
ConsumedQuantity |
The quantity of usage. |
ConsumedService |
Consumed service name. |
CostCenter |
The cost center of this department if it is a department and a costcenter exists. |
Currency |
The ISO currency in which the meter is charged, for example, USD. |
DepartmentName |
Department name. |
ETag |
The etag for the resource. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstanceId |
The uri of the resource instance that the usage is about. |
InstanceName |
The name of the resource instance that the usage is about. |
IsEstimated |
The estimated usage is subject to change. |
IsRecurringCharge |
Flag indicating whether this is a recurring charge or not. |
MeterId |
The meter id (GUID). |
Name |
The name of the resource. (Inherited from ResourceData) |
OfferName |
The type of offer. |
OrderNumber |
The order number. |
PlanName |
The name of plan. |
PretaxCost |
The amount of cost before tax. |
PublisherName |
The name of publisher. |
ResourceGroup |
The name of resource group. |
ResourceRate |
The marketplace resource rate. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SubscriptionGuid |
Subscription guid. |
SubscriptionName |
Subscription name. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. |
UnitOfMeasure |
The unit of measure. |
UsageEndOn |
The end of the date time range covered by the usage detail. |
UsageStartOn |
The start of the date time range covered by the usage detail. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET