Sdílet prostřednictvím


ArmAppPlatformModelFactory.AppPlatformGatewayOperatorResourceRequirements Method

Definition

Initializes a new instance of 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

Parameters

cpu
String

Cpu allocated to each Spring Cloud Gateway Operator instance.

memory
String

Memory allocated to each Spring Cloud Gateway Operator instance.

instanceCount
Nullable<Int32>

Instance count of the Spring Cloud Gateway Operator.

Returns

A new AppPlatformGatewayOperatorResourceRequirements instance for mocking.

Applies to