LegacyChargeSummaryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. fluent. models. LegacyChargeSummaryProperties
- com.
Implements
public final class LegacyChargeSummaryProperties
implements JsonSerializable<LegacyChargeSummaryProperties>
The properties of legacy charge summary.
Constructor Summary
| Constructor | Description |
|---|---|
| LegacyChargeSummaryProperties() |
Creates an instance of Legacy |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Big |
azureCharges()
Get the azure |
|
Big |
azureMarketplaceCharges()
Get the azure |
| String |
billingPeriodId()
Get the billing |
|
Big |
chargesBilledSeparately()
Get the charges |
| String |
currency()
Get the currency property: Currency Code. |
|
static
Legacy |
fromJson(JsonReader jsonReader)
Reads an instance of Legacy |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
usageEnd()
Get the usage |
| String |
usageStart()
Get the usage |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
LegacyChargeSummaryProperties
public LegacyChargeSummaryProperties()
Creates an instance of LegacyChargeSummaryProperties class.
Method Details
azureCharges
public BigDecimal azureCharges()
Get the azureCharges property: Azure Charges.
Returns:
azureMarketplaceCharges
public BigDecimal azureMarketplaceCharges()
Get the azureMarketplaceCharges property: Marketplace Charges.
Returns:
billingPeriodId
public String billingPeriodId()
Get the billingPeriodId property: The id of the billing period resource that the charge belongs to.
Returns:
chargesBilledSeparately
public BigDecimal chargesBilledSeparately()
Get the chargesBilledSeparately property: Charges Billed separately.
Returns:
currency
public String currency()
Get the currency property: Currency Code.
Returns:
fromJson
public static LegacyChargeSummaryProperties fromJson(JsonReader jsonReader)
Reads an instance of LegacyChargeSummaryProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
usageEnd
public String usageEnd()
Get the usageEnd property: Usage end date.
Returns:
usageStart
public String usageStart()
Get the usageStart property: Usage start date.
Returns:
validate
public void validate()
Validates the instance.