PremierAddOnInner 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
PremierAddOnInner() |
Initializes a new instance of the PremierAddOnInner class. |
PremierAddOnInner(String, String, String, String, IDictionary<String,String>, String, String, String, String, String, String) |
Initializes a new instance of the PremierAddOnInner class. |
PremierAddOnInner()
Initializes a new instance of the PremierAddOnInner class.
public PremierAddOnInner ();
Public Sub New ()
Applies to
PremierAddOnInner(String, String, String, String, IDictionary<String,String>, String, String, String, String, String, String)
Initializes a new instance of the PremierAddOnInner class.
public PremierAddOnInner (string location, string id = default, string name = 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, string kind = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name 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, Optional kind As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- 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.
- kind
- String
Kind of resource.
Applies to
Azure SDK for .NET