IPlanNotificationDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanNotificationDetailsTypeConverter))]
public interface IPlanNotificationDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanNotificationDetailsTypeConverter))>]
type IPlanNotificationDetails = interface
interface IJsonSerializable
Public Interface IPlanNotificationDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
PlanDisplayName |
Gets or sets the plan display name |
PlanId |
Gets or sets the plan id |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |