Freigeben über


ArmAppPlatformModelFactory.AppPlatformGatewayOperatorProperties Methode

Definition

Initialisiert eine neue instance von 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

Parameter

resourceRequests
AppPlatformGatewayOperatorResourceRequirements

Die angeforderte Ressourcenmenge für die erforderliche CPU und den erforderlichen Arbeitsspeicher.

instances
IEnumerable<AppPlatformGatewayInstance>

Eine Sammlung von Instanzen gehört zum Spring Cloud Gateway-Operator.

Gibt zurück

Eine neue AppPlatformGatewayOperatorProperties instance zum Simulieren.

Gilt für: