PremierAddOnPatchResource Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PremierAddOnPatchResource() |
Inicializuje novou instanci PremierAddOnPatchResource třídy. |
PremierAddOnPatchResource(String, String, String, String, String, String, String, String, String) |
Inicializuje novou instanci PremierAddOnPatchResource třídy. |
PremierAddOnPatchResource()
Inicializuje novou instanci PremierAddOnPatchResource třídy.
public PremierAddOnPatchResource();
Public Sub New ()
Platí pro
PremierAddOnPatchResource(String, String, String, String, String, String, String, String, String)
Inicializuje novou instanci PremierAddOnPatchResource třídy.
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)
Parametry
- id
- String
- name
- String
- type
- String
- kind
- String
Druh prostředku.
- 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.
Platí pro
Azure SDK for .NET