Partilhar via


StopSellNotifications Class

Definition

Stop sell notification details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellNotificationsTypeConverter))]
public class StopSellNotifications : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IStopSellNotifications
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellNotificationsTypeConverter))>]
type StopSellNotifications = class
    interface IStopSellNotifications
    interface IJsonSerializable
Public Class StopSellNotifications
Implements IStopSellNotifications
Inheritance
StopSellNotifications
Attributes
Implements

Constructors

StopSellNotifications()

Creates an new StopSellNotifications instance.

Properties

DisplayName

Gets offer display name

Icon

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

Plan

Gets or sets removed plans notifications

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StopSellNotifications.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StopSellNotifications.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IStopSellNotifications.

FromJsonString(String)

Creates a new instance of StopSellNotifications, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StopSellNotifications into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to