IStopSellOffersPlansNotificationsListProperties 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.StopSellOffersPlansNotificationsListPropertiesTypeConverter))]
public interface IStopSellOffersPlansNotificationsListProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.StopSellOffersPlansNotificationsListPropertiesTypeConverter))>]
type IStopSellOffersPlansNotificationsListProperties = interface
interface IJsonSerializable
Public Interface IStopSellOffersPlansNotificationsListProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DisplayName |
The offer display name |
Icon |
The icon url |
IsEntire |
A value indicating whether entire offer is in stop sell or only few of its plans |
MessageCode |
The notification message code |
OfferId |
The offer id |
Plan |
The list of removed plans notifications |
PublicContext |
True if the offer has public plans |
SubscriptionsId |
The subscriptions related to private plans |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |