Share via


ServerForCreate Class

Represents a server to be created.

All required parameters must be populated in order to send to server.

Constructor

ServerForCreate(*, properties: _models.ServerPropertiesForCreate, location: str, sku: _models.Sku | None = None, tags: dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
sku
Sku

The SKU (pricing tier) of the server.

Default value: None
properties

Properties of the server. Required.

location
str

The location the resource resides in. Required.

tags

Application-specific metadata in the form of key-value pairs.

Default value: None

Variables

Name Description
sku
Sku

The SKU (pricing tier) of the server.

properties

Properties of the server. Required.

location
str

The location the resource resides in. Required.

tags

Application-specific metadata in the form of key-value pairs.