BenefitUtilizationSummaryReportSchema Struct
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.
The CSV file from the reportUrl and secondaryReportUrl blob link will consist of the following columns of benefit utilization data. UtilizedPercentage will be 0 for savings plans reports and non data bricks reservations. Utilization percentages will be 0 for data bricks reservations.
public readonly struct BenefitUtilizationSummaryReportSchema : IEquatable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummaryReportSchema>
type BenefitUtilizationSummaryReportSchema = struct
Public Structure BenefitUtilizationSummaryReportSchema
Implements IEquatable(Of BenefitUtilizationSummaryReportSchema)
- Inheritance
-
BenefitUtilizationSummaryReportSchema
- Implements
Constructors
BenefitUtilizationSummaryReportSchema(String) |
Initializes a new instance of BenefitUtilizationSummaryReportSchema. |
Properties
AvgUtilizationPercentage |
AvgUtilizationPercentage. |
BenefitId |
BenefitId. |
BenefitOrderId |
BenefitOrderId. |
BenefitType |
BenefitType. |
Kind |
Kind. |
MaxUtilizationPercentage |
MaxUtilizationPercentage. |
MinUtilizationPercentage |
MinUtilizationPercentage. |
UsageDate |
UsageDate. |
UtilizedPercentage |
UtilizedPercentage. |
Methods
Equals(BenefitUtilizationSummaryReportSchema) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BenefitUtilizationSummaryReportSchema, BenefitUtilizationSummaryReportSchema) |
Determines if two BenefitUtilizationSummaryReportSchema values are the same. |
Implicit(String to BenefitUtilizationSummaryReportSchema) |
Converts a string to a BenefitUtilizationSummaryReportSchema. |
Inequality(BenefitUtilizationSummaryReportSchema, BenefitUtilizationSummaryReportSchema) |
Determines if two BenefitUtilizationSummaryReportSchema values are not the same. |
Applies to
Azure SDK for .NET