NewNotifications 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.
New plans notification details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.NewNotificationsTypeConverter))]
public class NewNotifications : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.INewNotifications
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.NewNotificationsTypeConverter))>]
type NewNotifications = class
interface INewNotifications
interface IJsonSerializable
Public Class NewNotifications
Implements INewNotifications
- Inheritance
-
NewNotifications
- Attributes
- Implements
Constructors
NewNotifications() |
Creates an new NewNotifications instance. |
Properties
DisplayName |
Gets offer display name |
Icon |
Gets or sets the icon url |
IsFuturePlansEnabled |
Gets a value indicating whether future plans is enabled. |
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 NewNotifications. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NewNotifications. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.INewNotifications. |
FromJsonString(String) |
Creates a new instance of NewNotifications, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NewNotifications into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |