ArmAppPlatformModelFactory.AppPlatformGatewayOperatorProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET