PremierAddOnPatchResource 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
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 kind = default, string type = default, string sku = default, string product = default, string vendor = default, string marketplacePublisher = default, string marketplaceOffer = default);
new Microsoft.Azure.Management.WebSites.Models.PremierAddOnPatchResource : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.PremierAddOnPatchResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type 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
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- 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