你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InstancePoolInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
InstancePoolInner() |
初始化 InstancePoolInner 类的新实例。 |
InstancePoolInner(String, String, Int32, InstancePoolLicenseType, String, String, String, IDictionary<String,String>, Sku) |
初始化 InstancePoolInner 类的新实例。 |
InstancePoolInner()
初始化 InstancePoolInner 类的新实例。
public InstancePoolInner ();
Public Sub New ()
适用于
InstancePoolInner(String, String, Int32, InstancePoolLicenseType, String, String, String, IDictionary<String,String>, Sku)
初始化 InstancePoolInner 类的新实例。
public InstancePoolInner (string location, string subnetId, int vCores, Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolLicenseType licenseType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Sql.Fluent.Models.Sku sku = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolInner : string * string * int * Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolLicenseType * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Sql.Fluent.Models.Sku -> Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolInner
Public Sub New (location As String, subnetId As String, vCores As Integer, licenseType As InstancePoolLicenseType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing)
参数
- location
- String
资源位置。
- subnetId
- String
要放置此实例池的子网的资源 ID。
- vCores
- Int32
属于此实例池的 vCore 计数。
- licenseType
- InstancePoolLicenseType
许可证类型。 可能的值为“LicenseIncluded” (sql 许可证的价格包含在) 和“BasePrice” (不包含 SQL 许可证价格) 。 可能的值包括:“LicenseIncluded”、“BasePrice”
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
资源标记。
- sku
- Sku
SKU 的名称和层。