PremierAddOn 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.
Premier add-on.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PremierAddOnTypeConverter))]
public class PremierAddOn : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPremierAddOn, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Functions.Models.Api20190801.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |