SkuInfosInner 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SkuInfosInner() |
初始化 SkuInfosInner 類別的新實例。 |
SkuInfosInner(String, IList<GlobalCsmSkuDescription>) |
初始化 SkuInfosInner 類別的新實例。 |
SkuInfosInner()
初始化 SkuInfosInner 類別的新實例。
public SkuInfosInner ();
Public Sub New ()
適用於
SkuInfosInner(String, IList<GlobalCsmSkuDescription>)
初始化 SkuInfosInner 類別的新實例。
public SkuInfosInner (string resourceType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.GlobalCsmSkuDescription> skus = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.GlobalCsmSkuDescription> -> Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner
Public Sub New (Optional resourceType As String = Nothing, Optional skus As IList(Of GlobalCsmSkuDescription) = Nothing)
參數
- resourceType
- String
此 SKU 適用的資源類型。
- skus
- IList<GlobalCsmSkuDescription>
訂用帳戶可以使用的 SKU 清單。