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

ArmAppPlatformModelFactory.AppPlatformConfigurationServiceProperties 方法

定义

初始化 AppPlatformConfigurationServiceProperties 的新实例。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProperties AppPlatformConfigurationServiceProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceInstance> instances = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitRepository> configurationServiceGitRepositories = default);
static member AppPlatformConfigurationServiceProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceInstance> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitRepository> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProperties
Public Shared Function AppPlatformConfigurationServiceProperties (Optional provisioningState As Nullable(Of AppPlatformConfigurationServiceProvisioningState) = Nothing, Optional resourceRequests As AppPlatformConfigurationServiceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformConfigurationServiceInstance) = Nothing, Optional configurationServiceGitRepositories As IEnumerable(Of AppPlatformConfigurationServiceGitRepository) = Nothing) As AppPlatformConfigurationServiceProperties

参数

provisioningState
Nullable<AppPlatformConfigurationServiceProvisioningState>

应用程序配置服务的状态。

resourceRequests
AppPlatformConfigurationServiceRequirements

所需 CPU 和内存的请求资源数量。

instances
IEnumerable<AppPlatformConfigurationServiceInstance>

实例集合属于应用程序配置服务。

configurationServiceGitRepositories
IEnumerable<AppPlatformConfigurationServiceGitRepository>

应用程序配置服务的设置。

返回

用于模拟的新 AppPlatformConfigurationServiceProperties 实例。

适用于