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

ServerForCreate interface

Represents a server to be created.

Properties

location

The location the resource resides in.

properties

Properties of the server.

sku

The SKU (pricing tier) of the server.

tags

Application-specific metadata in the form of key-value pairs.

Property Details

location

The location the resource resides in.

location: string

Property Value

string

properties

Properties of the server.

properties: ServerPropertiesForCreateUnion

Property Value

sku

The SKU (pricing tier) of the server.

sku?: Sku

Property Value

Sku

tags

Application-specific metadata in the form of key-value pairs.

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

Property Value

{[propertyName: string]: string}