PremierAddOnPatchResource 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PremierAddOnPatchResource() |
初始化 PremierAddOnPatchResource 類別的新實例。 |
PremierAddOnPatchResource(String, String, String, String, String, String, String, String, String) |
初始化 PremierAddOnPatchResource 類別的新實例。 |
PremierAddOnPatchResource()
初始化 PremierAddOnPatchResource 類別的新實例。
public PremierAddOnPatchResource ();
Public Sub New ()
適用於
PremierAddOnPatchResource(String, String, String, String, String, String, String, String, String)
初始化 PremierAddOnPatchResource 類別的新實例。
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)
參數
- id
- String
- name
- String
- type
- String
- kind
- String
資源種類。
- sku
- String
SKU 上的頂級附加元件。
- product
- String
產品上的頂級附加元件。
- vendor
- String
Vendor 上的頂級附加元件。
- marketplacePublisher
- String
Marketplace 發行者上的頂級附加元件。
- marketplaceOffer
- String
Marketplace 供應專案上的頂級附加元件。