你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LabServicesSku 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
LabServicesSku() |
初始化 LabServicesSku 类的新实例。 |
LabServicesSku(String, String, String, String, String, LabServicesSkuCapacity, IList<LabServicesSkuCapabilities>, IList<String>, IList<LabServicesSkuCost>, IList<LabServicesSkuRestrictions>) |
初始化 LabServicesSku 类的新实例。 |
LabServicesSku()
初始化 LabServicesSku 类的新实例。
public LabServicesSku ();
Public Sub New ()
适用于
LabServicesSku(String, String, String, String, String, LabServicesSkuCapacity, IList<LabServicesSkuCapabilities>, IList<String>, IList<LabServicesSkuCost>, IList<LabServicesSkuRestrictions>)
初始化 LabServicesSku 类的新实例。
public LabServicesSku (string resourceType = default, string name = default, string tier = default, string size = default, string family = default, Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapacity capacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapabilities> capabilities = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCost> costs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.LabServices.Models.LabServicesSku : string * string * string * string * string * Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapabilities> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCost> * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions> -> Microsoft.Azure.Management.LabServices.Models.LabServicesSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As LabServicesSkuCapacity = Nothing, Optional capabilities As IList(Of LabServicesSkuCapabilities) = Nothing, Optional locations As IList(Of String) = Nothing, Optional costs As IList(Of LabServicesSkuCost) = Nothing, Optional restrictions As IList(Of LabServicesSkuRestrictions) = Nothing)
参数
- resourceType
- String
实验室服务资源类型。
- name
- String
SKU 的名称。
- tier
- String
SKU 的层。 可能的值包括:“Standard”、“Premium”
- size
- String
SKU 大小。
- family
- String
SKU 系列。
- capacity
- LabServicesSkuCapacity
- capabilities
- IList<LabServicesSkuCapabilities>
SKU 的功能。
- costs
- IList<LabServicesSkuCost>
用于检索实验室服务 SKU 的价格信息的元数据。
- restrictions
- IList<LabServicesSkuRestrictions>
实验室服务 SKU 的限制。