你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
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

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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