ServerForCreate interface
表示要创建的服务器。
属性
identity | 服务器的 Azure Active Directory 标识。 |
___location | 资源所在的位置。 |
properties | 服务器的属性。 |
sku | 服务器的 SKU(定价层)。 |
tags | 键值对形式的特定于应用程序的元数据。 |
属性详细信息
identity
___location
资源所在的位置。
___location: string
属性值
string
properties
sku
tags
键值对形式的特定于应用程序的元数据。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}