PremierAddOnOfferProperties 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.
PremierAddOnOffer resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOfferPropertiesTypeConverter))]
public class PremierAddOnOfferProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnOfferPropertiesTypeConverter))>]
type PremierAddOnOfferProperties = class
interface IPremierAddOnOfferProperties
interface IJsonSerializable
Public Class PremierAddOnOfferProperties
Implements IPremierAddOnOfferProperties
- Inheritance
-
PremierAddOnOfferProperties
- Attributes
- Implements
Constructors
PremierAddOnOfferProperties() |
Creates an new PremierAddOnOfferProperties instance. |
Properties
LegalTermsUrl |
Legal terms URL. |
MarketplaceOffer |
Marketplace offer. |
MarketplacePublisher |
Marketplace publisher. |
PrivacyPolicyUrl |
Privacy policy URL. |
Product |
Premier add on offer Product. |
PromoCodeRequired |
|
Quota |
Premier add on offer Quota. |
Sku |
Premier add on SKU. |
Vendor |
Premier add on offer Vendor. |
WebHostingPlanRestriction |
App Service plans this offer is restricted to. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PremierAddOnOfferProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PremierAddOnOfferProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOnOfferProperties. |
FromJsonString(String) |
Creates a new instance of PremierAddOnOfferProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PremierAddOnOfferProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |