你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 列表。

适用于