PremierAddOnPatchResource Constructors

Definition

Overloads

PremierAddOnPatchResource()

Initializes a new instance of the PremierAddOnPatchResource class.

PremierAddOnPatchResource(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the PremierAddOnPatchResource class.

PremierAddOnPatchResource()

Initializes a new instance of the PremierAddOnPatchResource class.

public PremierAddOnPatchResource ();
Public Sub New ()

Applies to

PremierAddOnPatchResource(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the PremierAddOnPatchResource class.

public PremierAddOnPatchResource (string id = default, string name = default, string type = default, string kind = default, string sku = default, string product = default, string vendor = default, string marketplacePublisher = default, string marketplaceOffer = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnPatchResource : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnPatchResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional sku As String = Nothing, Optional product As String = Nothing, Optional vendor As String = Nothing, Optional marketplacePublisher As String = Nothing, Optional marketplaceOffer As String = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

sku
String

Premier add on SKU.

product
String

Premier add on Product.

vendor
String

Premier add on Vendor.

marketplacePublisher
String

Premier add on Marketplace publisher.

marketplaceOffer
String

Premier add on Marketplace offer.

Applies to