Share via


ServerUpdateParameters Class

Parameters allowed to update for a server.

Constructor

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

A set of 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. Possible values include: "5.6", "5.7", "8.0".

Default value: None
ssl_enforcement

Enable ssl enforcement or not when connect to server. Possible values include: "Enabled", "Disabled".

Default value: None
minimal_tls_version

Enforce a minimal Tls version for the server. Possible values include: "TLS1_0", "TLS1_1", "TLS1_2", "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'. Possible values include: "Enabled", "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

A set of 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. Possible values include: "5.6", "5.7", "8.0".

ssl_enforcement

Enable ssl enforcement or not when connect to server. Possible values include: "Enabled", "Disabled".

minimal_tls_version

Enforce a minimal Tls version for the server. Possible values include: "TLS1_0", "TLS1_1", "TLS1_2", "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'. Possible values include: "Enabled", "Disabled".

replication_role
str

The replication role of the server.