你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PremierAddOn Class

Definition

Premier add-on.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PremierAddOnTypeConverter))]
public class PremierAddOn : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPremierAddOn, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PremierAddOnTypeConverter))>]
type PremierAddOn = class
    interface IPremierAddOn
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class PremierAddOn
Implements IPremierAddOn, IValidates
Inheritance
PremierAddOn
Attributes
Implements

Constructors

PremierAddOn()

Creates an new PremierAddOn instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

Location

Resource Location.

MarketplaceOffer

Premier add on Marketplace offer.

MarketplacePublisher

Premier add on Marketplace publisher.

Name

Resource Name.

Product

Premier add on Product.

Sku

Premier add on SKU.

Tag

Resource tags.

Type

Resource type.

Vendor

Premier add on Vendor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PremierAddOn.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PremierAddOn.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPremierAddOn.

FromJsonString(String)

Creates a new instance of PremierAddOn, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PremierAddOn into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to