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

PremierAddOnPatchResource Class

Definition

ARM resource for a PremierAddOn.

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

Constructors

PremierAddOnPatchResource()

Creates an new PremierAddOnPatchResource instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

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.

Type

Resource type.

Vendor

Premier add on Vendor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PremierAddOnPatchResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PremierAddOnPatchResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PremierAddOnPatchResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to