次の方法で共有


ArmAppPlatformModelFactory.AppPlatformGatewayOperatorResourceRequirements メソッド

定義

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

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements AppPlatformGatewayOperatorResourceRequirements (string cpu = default, string memory = default, int? instanceCount = default);
static member AppPlatformGatewayOperatorResourceRequirements : string * string * Nullable<int> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements
Public Shared Function AppPlatformGatewayOperatorResourceRequirements (Optional cpu As String = Nothing, Optional memory As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing) As AppPlatformGatewayOperatorResourceRequirements

パラメーター

cpu
String

各 Spring Cloud Gateway オペレーター インスタンスに割り当てられた CPU。

memory
String

各 Spring Cloud Gateway オペレーター インスタンスに割り当てられたメモリ。

instanceCount
Nullable<Int32>

Spring Cloud Gateway オペレーターのインスタンス数。

戻り値

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

適用対象