Share via


ServerUpdateParameters Class

Parameters allowed to update for a server.

Constructor

ServerUpdateParameters(*, identity: _models.ResourceIdentity | None = None, sku: _models.Sku | None = None, tags: dict[str, str] | None = None, storage_profile: _models.StorageProfile | None = None, administrator_login_password: str | None = None, version: str | _models.ServerVersion | None = None, ssl_enforcement: str | _models.SslEnforcementEnum | None = None, minimal_tls_version: str | _models.MinimalTlsVersionEnum | None = None, public_network_access: str | _models.PublicNetworkAccessEnum | None = None, replication_role: 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
tags

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

Default value: None
storage_profile

Storage profile of a server.

Default value: None
administrator_login_password
str

The password of the administrator login.

Default value: None
version

The version of a server. Known values are: "5.6", "5.7", and "8.0".

Default value: None
ssl_enforcement

Enable ssl enforcement or not when connect to server. Known values are: "Enabled" and "Disabled".

Default value: None
minimal_tls_version

Enforce a minimal Tls version for the server. Known values are: "TLS1_0", "TLS1_1", "TLS1_2", and "TLSEnforcementDisabled".

Default value: None
public_network_access

Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".

Default value: None
replication_role
str

The replication role of the server.

Default value: None

Variables

Name Description
identity

The Azure Active Directory identity of the server.

sku
Sku

The SKU (pricing tier) of the server.

tags

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

storage_profile

Storage profile of a server.

administrator_login_password
str

The password of the administrator login.

version

The version of a server. Known values are: "5.6", "5.7", and "8.0".

ssl_enforcement

Enable ssl enforcement or not when connect to server. Known values are: "Enabled" and "Disabled".

minimal_tls_version

Enforce a minimal Tls version for the server. Known values are: "TLS1_0", "TLS1_1", "TLS1_2", and "TLSEnforcementDisabled".

public_network_access

Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".

replication_role
str

The replication role of the server.