AzureUtilizationRecord Class

Definition

A utilization record for an Azure subscription resource.

public class AzureUtilizationRecord : Microsoft.Store.PartnerCenter.Models.ResourceBase
type AzureUtilizationRecord = class
    inherit ResourceBase
Public Class AzureUtilizationRecord
Inherits ResourceBase
Inheritance
AzureUtilizationRecord

Constructors

AzureUtilizationRecord()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
InfoFields

Gets or sets the key-value pairs of instance-level details.

InstanceData

Gets or sets the instance details.

Quantity

Gets or sets the quantity consumed of the Azure resource.

Resource

Gets or sets the Azure resource which was used.

Unit

Gets or sets the type of quantity (hours, bytes, etc...).

UsageEndTime

Gets or sets the end of the usage aggregation time range. The response is grouped by the time of consumption (when the resource was actually used VS. when was it reported to the billing system).

UsageStartTime

Gets or sets the start of the usage aggregation time range. The response is grouped by the time of consumption (when the resource was actually used VS. when was it reported to the billing system).

Applies to