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

ServerForCreate interface

表示要创建的服务器。

属性

identity

服务器的 Azure Active Directory 标识。

___location

资源所在的位置。

properties

服务器的属性。

sku

服务器的 SKU(定价层)。

tags

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

属性详细信息

identity

服务器的 Azure Active Directory 标识。

identity?: ResourceIdentity

属性值

___location

资源所在的位置。

___location: string

属性值

string

properties

服务器的属性。

properties: ServerPropertiesForCreateUnion

属性值

sku

服务器的 SKU(定价层)。

sku?: Sku

属性值

Sku

tags

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

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}