Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerUpdate 类

定义

Azure SQL数据库服务器的更新请求。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerUpdate = class
Public Class ServerUpdate
继承
ServerUpdate
属性

构造函数

ServerUpdate()

初始化 ServerUpdate 类的新实例。

ServerUpdate(ResourceIdentity, String, String, String, String, String, IList<ServerPrivateEndpointConnection>, String, String, String, String, Nullable<Guid>, String, ServerExternalAdministrator, String, IDictionary<String,String>)

初始化 ServerUpdate 类的新实例。

属性

AdministratorLogin

获取或设置服务器的管理员用户名。 创建后,无法更改它。

AdministratorLoginPassword

获取或设置创建服务器) 所需的管理员登录密码 (。

Administrators

获取或设置服务器的 Azure Active Directory 标识。

FederatedClientId

获取或设置用于跨租户 CMK 方案的客户端 ID

FullyQualifiedDomainName

获取服务器的完全限定域名。

Identity

获取或设置服务器标识

KeyId

获取或设置用于加密的密钥的 CMK URI。

MinimalTlsVersion

获取或设置最低 TLS 版本。 允许的值:“1.0”、“1.1”、“1.2”

PrimaryUserAssignedIdentityId

获取或设置默认要使用的用户分配标识的资源 ID。

PrivateEndpointConnections

获取服务器上的专用终结点连接列表

PublicNetworkAccess

获取或设置是否允许此服务器访问公共终结点。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”。 可能的值包括:“Enabled”、“Disabled”

RestrictOutboundNetworkAccess

获取或设置是否限制此服务器的出站网络访问。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”。 可能的值包括:“Enabled”、“Disabled”

State

获取服务器的状态。

Tags

获取或设置资源标记。

Version

获取或设置服务器的版本。

WorkspaceFeature

获取现有服务器是否创建了工作区,以及它是否允许从工作区进行连接。 可能的值包括:“Connected”、“Disconnected”

适用于