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
Premier アドオン SKU。
- product
- String
Premier add on Product。
- vendor
- String
Premier はベンダーに追加します。
- marketplacePublisher
- String
Marketplace パブリッシャーに Premier add を追加します。
- marketplaceOffer
- String
Marketplace の Premier アドオン オファー。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET