Share via


ServerForCreate Class

Represents a server to be created.

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

Constructor

ServerForCreate(*, properties: ServerPropertiesForCreate, location: str, identity: ResourceIdentity | None = None, sku: Sku | None = None, tags: Dict[str, str] | None = None, **kwargs)

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

Required. Properties of the server.

location
str

Required. The location the resource resides in.

tags

A set of 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

Required. Properties of the server.

location
str

Required. The location the resource resides in.

tags

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