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?: ResourceIdentity
Property Value
location
The location the resource resides in.
location: string
Property Value
string
properties
Properties of the server.
properties: ServerPropertiesForCreateUnion
Property Value
sku
tags
Application-specific metadata in the form of key-value pairs.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}