PlanNotificationDetails 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.
Plan notification details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanNotificationDetailsTypeConverter))]
public class PlanNotificationDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlanNotificationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanNotificationDetailsTypeConverter))>]
type PlanNotificationDetails = class
interface IPlanNotificationDetails
interface IJsonSerializable
Public Class PlanNotificationDetails
Implements IPlanNotificationDetails
- Inheritance
-
PlanNotificationDetails
- Attributes
- Implements
Constructors
PlanNotificationDetails() |
Creates an new PlanNotificationDetails instance. |
Properties
PlanDisplayName |
Gets or sets the plan display name |
PlanId |
Gets or sets the plan id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PlanNotificationDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PlanNotificationDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlanNotificationDetails. |
FromJsonString(String) |
Creates a new instance of PlanNotificationDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PlanNotificationDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |