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

ServerUpdateParameters 类

定义

允许更新服务器的参数。

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

构造函数

ServerUpdateParameters()

初始化 ServerUpdateParameters 类的新实例。

ServerUpdateParameters(ResourceIdentity, Sku, StorageProfile, String, String, Nullable<SslEnforcementEnum>, String, String, String, IDictionary<String,String>)

初始化 ServerUpdateParameters 类的新实例。

属性

AdministratorLoginPassword

获取或设置管理员登录名的密码。

Identity

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

MinimalTlsVersion

获取或设置对服务器强制实施最低 Tls 版本。 可能的值包括:“TLS1_0”、“TLS1_1”、“TLS1_2”、“TLSEnforcementDisabled”

PublicNetworkAccess

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

ReplicationRole

获取或设置服务器的复制角色。

Sku

获取或设置服务器的 SKU (定价层) 。

SslEnforcement

获取或设置在连接到服务器时是否启用 ssl 强制实施。 可能的值包括:“Enabled”、“Disabled”

StorageProfile

获取或设置服务器的存储配置文件。

Tags

获取或设置键值对形式的特定于应用程序的元数据。

Version

获取或设置服务器的版本。 可能的值包括:“9.5”、“9.6”、“10”、“10.0”、“10.2”、“11”

方法

Validate()

验证 对象。

适用于