Partilhar via


StopSellOffersPlansNotificationsListProperties Class

Definition

List of stop sell offers and plans notifications.

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

Constructors

StopSellOffersPlansNotificationsListProperties()

Creates an new StopSellOffersPlansNotificationsListProperties instance.

Properties

DisplayName

The offer display name

Icon

The icon url

IsEntire

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

Plan

The list of removed plans notifications

PublicContext

True if the offer has public plans

SubscriptionsId

The subscriptions related to private plans

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StopSellOffersPlansNotificationsListProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StopSellOffersPlansNotificationsListProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StopSellOffersPlansNotificationsListProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to