ServerForCreate Class

Represents a server to be created.

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

Inheritance
msrest.serialization.Model
ServerForCreate

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.

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.

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.