Share via


NewPlansNotificationsList Class

Definition

List of all new plans notifications for public offers

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

Constructors

NewPlansNotificationsList()

Creates an new NewPlansNotificationsList instance.

Properties

NewPlansNotification

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NewPlansNotificationsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NewPlansNotificationsList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NewPlansNotificationsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to