Compartir a través de


PremierAddOnOfferProperties Class

Definition

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

true if promotion code is required; otherwise, false.

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.

Applies to