Dela via


SaasSubscriptionDetails Class

Definition

SaaS subscription details of a Grafana instance.

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

Properties

OfferId

The offer Id of the SaaS subscription.

PlanId

The plan Id of the SaaS subscription.

PublisherId

The publisher Id of the SaaS subscription.

Term

The billing term of the SaaS Subscription.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SaasSubscriptionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SaasSubscriptionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SaasSubscriptionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SaasSubscriptionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SaasSubscriptionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to