Share via


StopSellOffersPlansNotificationsResult Class

Definition

List of stop sell offers and plans notifications.

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

Properties

DisplayName

The offer display name.

HasPublicContext

True if the offer has public plans.

IconUri

The icon url.

IsEntireInStopSell

A value indicating whether entire offer is in stop sell or only few of its plans.

MessageCode

The notification message code.

OfferId

The offer id.

Plans

The list of removed plans notifications.

SubscriptionsIds

The subscriptions related to private plans.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StopSellOffersPlansNotificationsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StopSellOffersPlansNotificationsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StopSellOffersPlansNotificationsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StopSellOffersPlansNotificationsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StopSellOffersPlansNotificationsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to