다음을 통해 공유


BenefitUtilizationSummariesContent Class

Definition

Properties of an async benefit utilization summaries request.

public class BenefitUtilizationSummariesContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent>
type BenefitUtilizationSummariesContent = class
    interface IJsonModel<BenefitUtilizationSummariesContent>
    interface IPersistableModel<BenefitUtilizationSummariesContent>
Public Class BenefitUtilizationSummariesContent
Implements IJsonModel(Of BenefitUtilizationSummariesContent), IPersistableModel(Of BenefitUtilizationSummariesContent)
Inheritance
BenefitUtilizationSummariesContent
Implements

Constructors

BenefitUtilizationSummariesContent(BenefitRecommendationUsageGrain, DateTimeOffset, DateTimeOffset)

Initializes a new instance of BenefitUtilizationSummariesContent.

Properties

BenefitId

Benefit id the benefit utilization summaries report is for. Required for benefit id scope. Not supported for benefit order or any billing scopes.

BenefitOrderId

Benefit order id the benefit utilization summaries report is for. Required for benefit order and benefit id scopes. Not supported for any billing scopes.

BillingAccountId

Billing account the benefit utilization summaries report is for. Required for billing account and billing profile scopes. Not supported for any benefit scopes.

BillingProfileId

Billing profile id the benefit utilization summaries report is for. Required for billing profile scope. Not supported for billing account or any benefit scopes.

EndOn

The end date of the summaries data that will be served in the report.

Grain

The grain the summaries data is served at in the report. Accepted values are 'Daily' or 'Monthly'.

Kind

The type of benefit data requested. Required for billing account and billing profile scopes. Implied and not to be passed at benefit scopes. Supported values are Reservation and SavingsPlan.

StartOn

The start date of the summaries data that will be served in the report.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BenefitUtilizationSummariesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BenefitUtilizationSummariesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BenefitUtilizationSummariesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BenefitUtilizationSummariesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BenefitUtilizationSummariesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to