PremierAddOn Constructors
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.
Overloads
PremierAddOn() |
Initializes a new instance of the PremierAddOn class. |
PremierAddOn(String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String) |
Initializes a new instance of the PremierAddOn class. |
PremierAddOn()
Initializes a new instance of the PremierAddOn class.
public PremierAddOn ();
Public Sub New ()
Applies to
PremierAddOn(String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String)
Initializes a new instance of the PremierAddOn class.
public PremierAddOn (string location, string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string sku = default, string product = default, string vendor = default, string marketplacePublisher = default, string marketplaceOffer = default);
new Microsoft.Azure.Management.WebSites.Models.PremierAddOn : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.PremierAddOn
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, 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
- location
- String
Resource Location.
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- tags
- IDictionary<String,String>
Resource tags.
- 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
Azure SDK for .NET