PremierAddOnPatchResourceProperties 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.
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() |