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

ArmAppPlatformModelFactory.AppPlatformConfigServerProperties 方法

定义

初始化 AppPlatformConfigServerProperties 的新实例。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerProperties AppPlatformConfigServerProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformErrorInfo error = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty configServerGitProperty = default);
static member AppPlatformConfigServerProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformErrorInfo * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerProperties
Public Shared Function AppPlatformConfigServerProperties (Optional provisioningState As Nullable(Of AppPlatformConfigServerState) = Nothing, Optional error As AppPlatformErrorInfo = Nothing, Optional configServerGitProperty As AppPlatformConfigServerGitProperty = Nothing) As AppPlatformConfigServerProperties

参数

provisioningState
Nullable<AppPlatformConfigServerState>

配置服务器的状态。

error
AppPlatformErrorInfo

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

configServerGitProperty
AppPlatformConfigServerGitProperty

配置服务器的设置。

返回

用于模拟的新 AppPlatformConfigServerProperties 实例。

适用于