Partilhar via


ArmAppPlatformModelFactory.AppPlatformGatewayOperatorProperties Método

Definição

Inicializa uma nova instância de 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

Parâmetros

resourceRequests
AppPlatformGatewayOperatorResourceRequirements

A quantidade de recursos solicitada para cpu e memória necessárias.

instances
IEnumerable<AppPlatformGatewayInstance>

A coleção de instâncias pertence ao operador Spring Cloud Gateway.

Retornos

Uma nova AppPlatformGatewayOperatorProperties instância para simulação.

Aplica-se a