Share via


ServerForUpdate Class

Parameters allowed to update for a server.

Constructor

ServerForUpdate(*, identity: _models.Identity | None = None, sku: _models.Sku | None = None, tags: dict[str, str] | None = None, administrator_login_password: str | None = None, storage: _models.Storage | None = None, backup: _models.Backup | None = None, high_availability: _models.HighAvailability | None = None, maintenance_window: _models.MaintenanceWindow | None = None, replication_role: str | _models.ReplicationRole | None = None, data_encryption: _models.DataEncryption | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
identity

The cmk identity for the server.

Default value: None
sku
Sku

The SKU (pricing tier) of the server.

Default value: None
tags

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

Default value: None
administrator_login_password
str

The password of the administrator login.

Default value: None
storage

Storage related properties of a server.

Default value: None
backup

Backup related properties of a server.

Default value: None
high_availability

High availability related properties of a server.

Default value: None
maintenance_window

Maintenance window of a server.

Default value: None
replication_role

The replication role of the server. Known values are: "None", "Source", and "Replica".

Default value: None
data_encryption

The Data Encryption for CMK.

Default value: None

Variables

Name Description
identity

The cmk identity for the server.

sku
Sku

The SKU (pricing tier) of the server.

tags

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

administrator_login_password
str

The password of the administrator login.

storage

Storage related properties of a server.

backup

Backup related properties of a server.

high_availability

High availability related properties of a server.

maintenance_window

Maintenance window of a server.

replication_role

The replication role of the server. Known values are: "None", "Source", and "Replica".

data_encryption

The Data Encryption for CMK.