Megosztás a következőn keresztül:


ConsumptionReservationSummary Class

Definition

reservation summary resource.

public class ConsumptionReservationSummary : Azure.ResourceManager.Models.ResourceData
type ConsumptionReservationSummary = class
    inherit ResourceData
Public Class ConsumptionReservationSummary
Inherits ResourceData
Inheritance
ConsumptionReservationSummary

Properties

AvgUtilizationPercentage

This is average utilization for the entire time range. (day or month depending on the grain).

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)
Kind

The reservation kind.

MaxUtilizationPercentage

This is the maximum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 100%, this field will return 100% for that day.

MinUtilizationPercentage

This is the minimum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 10%, this field will return 10% for that day.

Name

The name of the resource.

(Inherited from ResourceData)
PurchasedQuantity

This is the purchased quantity for the reservationId.

RemainingQuantity

This is the remaining quantity for the reservationId.

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. 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

Total used hours by the reservation.

UsedQuantity

This is the used quantity for the reservationId.

UseOn

Data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.

UtilizedPercentage

This is the utilized percentage for the reservation Id.

Applies to