ArmAppPlatformModelFactory.AppPlatformConfigurationServiceProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 とメモリに対して要求されたリソース量。
インスタンスのコレクションは、Application Configuration Service に属します。
- configurationServiceGitRepositories
- IEnumerable<AppPlatformConfigurationServiceGitRepository>
Application Configuration Service の設定。
戻り値
モック作成用の新しい AppPlatformConfigurationServiceProperties インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET