ArmAppPlatformModelFactory.AppPlatformServiceRegistryProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppPlatformServiceRegistryProperties の新しいインスタンスを初期化します。
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties AppPlatformServiceRegistryProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryResourceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance> instances = default);
static member AppPlatformServiceRegistryProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryResourceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties
Public Shared Function AppPlatformServiceRegistryProperties (Optional provisioningState As Nullable(Of AppPlatformServiceRegistryProvisioningState) = Nothing, Optional resourceRequests As AppPlatformServiceRegistryResourceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformServiceRegistryInstance) = Nothing) As AppPlatformServiceRegistryProperties
パラメーター
- provisioningState
- Nullable<AppPlatformServiceRegistryProvisioningState>
サービス レジストリの状態。
- resourceRequests
- AppPlatformServiceRegistryResourceRequirements
必要な CPU とメモリに対して要求されたリソース量。
- instances
- IEnumerable<AppPlatformServiceRegistryInstance>
インスタンスのコレクションは、サービス レジストリに属します。
戻り値
モック作成用の新しい AppPlatformServiceRegistryProperties インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET