StopSellNotifications Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |