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, identity: _models.ResourceIdentity | None = None, sku: _models.Sku | None = None, tags: dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
identity

The Azure Active Directory identity of the server.

Default value: None
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
identity

The Azure Active Directory identity of the server.

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.