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

ConfigServerProperties 构造函数

定义

重载

ConfigServerProperties()

初始化 ConfigServerProperties 类的新实例。

ConfigServerProperties(String, Error, ConfigServerSettings)

初始化 ConfigServerProperties 类的新实例。

ConfigServerProperties()

初始化 ConfigServerProperties 类的新实例。

public ConfigServerProperties ();
Public Sub New ()

适用于

ConfigServerProperties(String, Error, ConfigServerSettings)

初始化 ConfigServerProperties 类的新实例。

public ConfigServerProperties (string provisioningState = default, Microsoft.Azure.Management.AppPlatform.Models.Error error = default, Microsoft.Azure.Management.AppPlatform.Models.ConfigServerSettings configServer = default);
new Microsoft.Azure.Management.AppPlatform.Models.ConfigServerProperties : string * Microsoft.Azure.Management.AppPlatform.Models.Error * Microsoft.Azure.Management.AppPlatform.Models.ConfigServerSettings -> Microsoft.Azure.Management.AppPlatform.Models.ConfigServerProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional error As Error = Nothing, Optional configServer As ConfigServerSettings = Nothing)

参数

provisioningState
String

配置服务器的状态。 可能的值包括:“NotAvailable”、“Deleted”、“Failed”、“Succeeded”、“Updateing”

error
Error

应用配置服务器设置时出错。

configServer
ConfigServerSettings

配置服务器的设置。

适用于