IPlan 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.ManagedServices.Models.Api20200201Preview.PlanTypeConverter))]
public interface IPlan : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.PlanTypeConverter))>]
type IPlan = interface
interface IJsonSerializable
Public Interface IPlan
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Name |
Azure Marketplace plan name. |
Product |
Azure Marketplace product code. |
Publisher |
Azure Marketplace publisher ID. |
Version |
Azure Marketplace plan's version. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |