ServerForCreate interface  
Represents a server to be created.
Properties
| identity | The Azure Active Directory identity of the server. | 
| 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
identity
The Azure Active Directory identity of the server.
identity?: ResourceIdentityProperty Value
location
The location the resource resides in.
location: stringProperty Value
string
properties
Properties of the server.
properties: ServerPropertiesForCreateUnionProperty Value
sku
tags
Application-specific metadata in the form of key-value pairs.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}