SubscriptionRenewalTermDetails Class

Definition

Details for the next renewal term of a subscription.

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

Properties

BillingFrequency

The billing frequency in ISO8601 format of product in the subscription. Example: P1M, P3M, P1Y.

ProductId

Id of the product for which the subscription is purchased.

ProductTypeId

Type Id of the product for which the subscription is purchased.

Quantity

The quantity of licenses or fulfillment units for the subscription.

SkuId

The SKU ID of the product for which the subscription is purchased. This field is is only available for Microsoft Customer Agreement billing accounts.

TermDuration

The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y.

TermEndOn

End date of the term in UTC time.

Explicit Interface Implementations

IJsonModel<SubscriptionRenewalTermDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionRenewalTermDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionRenewalTermDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionRenewalTermDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionRenewalTermDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to