StopSellOffersPlansNotificationsList 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 stop sell offers and plans notifications.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellOffersPlansNotificationsListTypeConverter))]
public class StopSellOffersPlansNotificationsList : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IStopSellOffersPlansNotificationsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellOffersPlansNotificationsListTypeConverter))>]
type StopSellOffersPlansNotificationsList = class
interface IStopSellOffersPlansNotificationsList
interface IJsonSerializable
Public Class StopSellOffersPlansNotificationsList
Implements IStopSellOffersPlansNotificationsList
- Inheritance
-
StopSellOffersPlansNotificationsList
- Attributes
- Implements
Constructors
StopSellOffersPlansNotificationsList() |
Creates an new StopSellOffersPlansNotificationsList instance. |
Properties
StopSellNotification |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StopSellOffersPlansNotificationsList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StopSellOffersPlansNotificationsList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IStopSellOffersPlansNotificationsList. |
FromJsonString(String) |
Creates a new instance of StopSellOffersPlansNotificationsList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StopSellOffersPlansNotificationsList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |