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