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

InstancePool 构造函数

定义

重载

InstancePool()

初始化 InstancePool 类的新实例。

InstancePool(String, String, Int32, String, String, String, String, IDictionary<String,String>, Sku)

初始化 InstancePool 类的新实例。

InstancePool()

初始化 InstancePool 类的新实例。

public InstancePool ();
Public Sub New ()

适用于

InstancePool(String, String, Int32, String, String, String, String, IDictionary<String,String>, Sku)

初始化 InstancePool 类的新实例。

public InstancePool (string location, string subnetId, int vCores, string licenseType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Sql.Models.Sku sku = default);
new Microsoft.Azure.Management.Sql.Models.InstancePool : string * string * int * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Sql.Models.Sku -> Microsoft.Azure.Management.Sql.Models.InstancePool
Public Sub New (location As String, subnetId As String, vCores As Integer, licenseType As String, 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
String

许可证类型。 可能的值为“LicenseIncluded” (sql 许可证的价格包含在) 和“BasePrice” (不包含 SQL 许可证价格) 。 可能的值包括:“LicenseIncluded”、“BasePrice”

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

tags
IDictionary<String,String>

资源标记。

sku
Sku

SKU 的名称和层。

适用于