Bagikan melalui


MarketplaceSaaSInfoMarketplaceSubscription Class

Definition

Marketplace Subscription.

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

Properties

Id

Marketplace Subscription Id. This is a GUID-formatted string.

OfferId

Offer Id of the Marketplace offer,.

PublisherId

Publisher Id of the Marketplace offer.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MarketplaceSaaSInfoMarketplaceSubscription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MarketplaceSaaSInfoMarketplaceSubscription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MarketplaceSaaSInfoMarketplaceSubscription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MarketplaceSaaSInfoMarketplaceSubscription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MarketplaceSaaSInfoMarketplaceSubscription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to