ServerForUpdate Class
Parameters allowed to update for a server.
- Inheritance
-
msrest.serialization.ModelServerForUpdate
Constructor
ServerForUpdate(*, identity: Identity | None = None, sku: Sku | None = None, tags: Dict[str, str] | None = None, administrator_login_password: str | None = None, storage: Storage | None = None, backup: Backup | None = None, high_availability: HighAvailability | None = None, maintenance_window: MaintenanceWindow | None = None, replication_role: str | ReplicationRole | None = None, data_encryption: DataEncryption | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
identity
|
The cmk identity for the server. |
sku
|
The SKU (pricing tier) of the server. |
tags
|
A set of tags. Application-specific metadata in the form of key-value pairs. |
administrator_login_password
|
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. Possible values include: "None", "Source", "Replica". |
data_encryption
|
The Data Encryption for CMK. |
Variables
Name | Description |
---|---|
identity
|
The cmk identity for the server. |
sku
|
The SKU (pricing tier) of the server. |
tags
|
A set of tags. Application-specific metadata in the form of key-value pairs. |
administrator_login_password
|
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. Possible values include: "None", "Source", "Replica". |
data_encryption
|
The Data Encryption for CMK. |
Azure SDK for Python