SavingsPlanUtilizationSummary.MinUtilizationPercentage Property
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.
This is the minimum hourly utilization for each date range that corresponds to given grain (Daily, Monthly). Suppose the API call is for usageDate > 2023-03-01 and usageDate < 2022-10-31 at a daily granularity. There will be one record per benefit id for each day. For a single day, the minUtilizationPercentage value will be equal to the smallest in the set of values where the set contains 24 utilization percentage entries one for each hour in a specific day. If on the day 2022-10-18, the lowest utilization percentage was 10% at hour 4, then the value for the minUtilizationPercentage in the response will be 10%.
public decimal? MinUtilizationPercentage { get; }
member this.MinUtilizationPercentage : Nullable<decimal>
Public ReadOnly Property MinUtilizationPercentage As Nullable(Of Decimal)
Property Value
Applies to
Azure SDK for .NET