共用方式為


SkuInfosInner 建構函式

定義

多載

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 清單。

適用於