Sdílet prostřednictvím


StopSellNotifications Class

Definition

Stop sell notification details.

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

Properties

DisplayName

Gets offer display name.

IconUri

Gets or sets the icon url.

IsEntire

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

MessageCode

Gets or sets the notification message id.

OfferId

Gets offer id.

Plans

Gets or sets removed plans notifications.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StopSellNotifications>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StopSellNotifications>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StopSellNotifications>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StopSellNotifications>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StopSellNotifications>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to