ConsumptionReservationDetail 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.
reservation detail resource.
public class ConsumptionReservationDetail : Azure.ResourceManager.Models.ResourceData
type ConsumptionReservationDetail = class
inherit ResourceData
Public Class ConsumptionReservationDetail
Inherits ResourceData
- Inheritance
Properties
ConsumptionOccurredOn |
The date on which consumption occurred. |
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) |
InstanceFlexibilityGroup |
The instance Flexibility Group. |
InstanceFlexibilityRatio |
The instance Flexibility Ratio. |
InstanceId |
This identifier is the name of the resource or the fully qualified Resource ID. |
Kind |
The reservation kind. |
Name |
The name of the resource. (Inherited from ResourceData) |
ReservationId |
The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to. |
ReservationOrderId |
The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations. |
ReservedHours |
This is the total hours reserved for the day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SkuName |
This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. |
TotalReservedQuantity |
This is the total count of instances that are reserved for the reservationId. |
UsedHours |
This is the total hours used by the instance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET