Share via


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

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}