次の方法で共有


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>

Application Configuration Service の状態。

resourceRequests
AppPlatformConfigurationServiceRequirements

必要な CPU とメモリに対して要求されたリソース量。

instances
IEnumerable<AppPlatformConfigurationServiceInstance>

インスタンスのコレクションは、Application Configuration Service に属します。

configurationServiceGitRepositories
IEnumerable<AppPlatformConfigurationServiceGitRepository>

Application Configuration Service の設定。

戻り値

モック作成用の新しい AppPlatformConfigurationServiceProperties インスタンス。

適用対象