次の方法で共有


ArmAppPlatformModelFactory.AppPlatformGatewayOperatorProperties メソッド

定義

AppPlatformGatewayOperatorProperties の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorProperties AppPlatformGatewayOperatorProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayInstance> instances = default);
static member AppPlatformGatewayOperatorProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayInstance> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorProperties
Public Shared Function AppPlatformGatewayOperatorProperties (Optional resourceRequests As AppPlatformGatewayOperatorResourceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformGatewayInstance) = Nothing) As AppPlatformGatewayOperatorProperties

パラメーター

resourceRequests
AppPlatformGatewayOperatorResourceRequirements

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

instances
IEnumerable<AppPlatformGatewayInstance>

インスタンスのコレクションは、Spring Cloud Gateway オペレーターに属します。

戻り値

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

適用対象