ResourceGroupCarbonEmissionTopItemMonthlySummary 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.
Response for top items carbon emissions by month for resource group.
public class ResourceGroupCarbonEmissionTopItemMonthlySummary : Azure.ResourceManager.CarbonOptimization.Models.CarbonEmission, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CarbonOptimization.Models.ResourceGroupCarbonEmissionTopItemMonthlySummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CarbonOptimization.Models.ResourceGroupCarbonEmissionTopItemMonthlySummary>
type ResourceGroupCarbonEmissionTopItemMonthlySummary = class
inherit CarbonEmission
interface IJsonModel<ResourceGroupCarbonEmissionTopItemMonthlySummary>
interface IPersistableModel<ResourceGroupCarbonEmissionTopItemMonthlySummary>
Public Class ResourceGroupCarbonEmissionTopItemMonthlySummary
Inherits CarbonEmission
Implements IJsonModel(Of ResourceGroupCarbonEmissionTopItemMonthlySummary), IPersistableModel(Of ResourceGroupCarbonEmissionTopItemMonthlySummary)
- Inheritance
- Implements
Properties
CategoryType |
ResourceGroup Item category. |
Date |
Monthly date string, format is yyyy-MM-dd. |
ItemName |
It's resource group name for ResourceGroup category. |
LatestMonthEmissions |
Total carbon emissions for the specified query parameters, measured in kgCO2E. This value represents total emissions over the specified date range (e.g., March-June). (Inherited from CarbonEmission) |
MonthlyEmissionsChangeValue |
The change in carbon emissions between the current and previous period, calculated as: latestMonthEmissions - previousMonthEmissions. (Inherited from CarbonEmission) |
MonthOverMonthEmissionsChangeRatio |
The percentage change in carbon emissions between the current and previous DateRange. This is calculated as: (latestMonthEmissions - previousMonthEmissions) / previousMonthEmissions. (Inherited from CarbonEmission) |
PreviousMonthEmissions |
Total carbon emissions for the previous month’s date range, which is the same period as the specified date range but shifted left by one month (e.g., if the specified range is March - June, the previous month’s range will be Feb - May). The value is measured in kgCO2E. (Inherited from CarbonEmission) |
ResourceGroupId |
Resource Group url, the format is '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}'. |
SubscriptionId |
Subscription Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |