Marketplace 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.
An marketplace resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Marketplace : Microsoft.Azure.Management.Consumption.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Marketplace = class
inherit Resource
Public Class Marketplace
Inherits Resource
- Inheritance
- Attributes
Constructors
Marketplace() |
Initializes a new instance of the Marketplace class. |
Marketplace(String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Decimal>, String, String, String, String, String, String, Nullable<Decimal>, String, Nullable<Decimal>, Nullable<Boolean>, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the Marketplace class. |
Properties
AccountName |
Gets account name. |
AdditionalProperties |
Gets additional details of this usage item. By default this is not populated, unless it's specified in $expand. |
BillingPeriodId |
Gets the id of the billing period resource that the usage belongs to. |
ConsumedQuantity |
Gets the quantity of usage. |
ConsumedService |
Gets consumed service name. |
CostCenter |
Gets the cost center of this department if it is a department and a costcenter exists |
Currency |
Gets the ISO currency in which the meter is charged, for example, USD. |
DepartmentName |
Gets department name. |
Id |
Gets resource Id. (Inherited from Resource) |
InstanceId |
Gets the uri of the resource instance that the usage is about. |
InstanceName |
Gets the name of the resource instance that the usage is about. |
IsEstimated |
Gets the estimated usage is subject to change. |
MeterId |
Gets the meter id. |
Name |
Gets resource name. (Inherited from Resource) |
OfferName |
Gets the type of offer. |
OrderNumber |
Gets the order number. |
PlanName |
Gets the name of plan. |
PretaxCost |
Gets the amount of cost before tax. |
PublisherName |
Gets the name of publisher. |
ResourceGroup |
Gets the name of resource group. |
ResourceRate |
Gets the marketplace resource rate. |
SubscriptionGuid |
Gets subscription guid. |
SubscriptionName |
Gets subscription name. |
Tags |
Gets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
UnitOfMeasure |
Gets the unit of measure. |
UsageEnd |
Gets the end of the date time range covered by the usage detail. |
UsageStart |
Gets the start of the date time range covered by the usage detail. |
Applies to
Azure SDK for .NET