你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 网关操作员。

返回

用于模拟的新 AppPlatformGatewayOperatorProperties 实例。

适用于