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

ServerForCreate 构造函数

定义

重载

ServerForCreate()

初始化 ServerForCreate 类的新实例。

ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>)

初始化 ServerForCreate 类的新实例。

ServerForCreate()

初始化 ServerForCreate 类的新实例。

public ServerForCreate ();
Public Sub New ()

适用于

ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>)

初始化 ServerForCreate 类的新实例。

public ServerForCreate (Microsoft.Azure.Management.MySQL.Models.ServerPropertiesForCreate properties, string location, Microsoft.Azure.Management.MySQL.Models.ResourceIdentity identity = default, Microsoft.Azure.Management.MySQL.Models.Sku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.MySQL.Models.ServerForCreate : Microsoft.Azure.Management.MySQL.Models.ServerPropertiesForCreate * string * Microsoft.Azure.Management.MySQL.Models.ResourceIdentity * Microsoft.Azure.Management.MySQL.Models.Sku * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.MySQL.Models.ServerForCreate
Public Sub New (properties As ServerPropertiesForCreate, location As String, Optional identity As ResourceIdentity = Nothing, Optional sku As Sku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

参数

properties
ServerPropertiesForCreate

服务器的属性。

location
String

资源所在的位置。

identity
ResourceIdentity

服务器的 Azure Active Directory 标识。

sku
Sku

SKU (服务器的定价层) 。

tags
IDictionary<String,String>

键值对形式的应用程序特定元数据。

适用于