Sdílet prostřednictvím


ArmAppPlatformModelFactory.AppPlatformGatewayOperatorProperties Method

Definition

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

Parameters

resourceRequests
AppPlatformGatewayOperatorResourceRequirements

The requested resource quantity for required CPU and Memory.

instances
IEnumerable<AppPlatformGatewayInstance>

Collection of instances belong to Spring Cloud Gateway operator.

Returns

A new AppPlatformGatewayOperatorProperties instance for mocking.

Applies to