Share via


PremierAddOnPatchResourceProperties Class

Definition

PremierAddOnPatchResource resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PremierAddOnPatchResourcePropertiesTypeConverter))]
public class PremierAddOnPatchResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPremierAddOnPatchResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PremierAddOnPatchResourcePropertiesTypeConverter))>]
type PremierAddOnPatchResourceProperties = class
    interface IPremierAddOnPatchResourceProperties
    interface IJsonSerializable
Public Class PremierAddOnPatchResourceProperties
Implements IPremierAddOnPatchResourceProperties
Inheritance
PremierAddOnPatchResourceProperties
Attributes
Implements

Constructors

PremierAddOnPatchResourceProperties()

Creates an new PremierAddOnPatchResourceProperties instance.

Properties

MarketplaceOffer

Premier add on Marketplace offer.

MarketplacePublisher

Premier add on Marketplace publisher.

Product

Premier add on Product.

Sku

Premier add on SKU.

Vendor

Premier add on Vendor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PremierAddOnPatchResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PremierAddOnPatchResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PremierAddOnPatchResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to