Partilhar via


NewNotifications Class

Definition

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()

Applies to