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}