ArmAppPlatformModelFactory.AppPlatformGatewayOperatorResourceRequirements 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 AppPlatformGatewayOperatorResourceRequirements.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements AppPlatformGatewayOperatorResourceRequirements (string cpu = default, string memory = default, int? instanceCount = default);
static member AppPlatformGatewayOperatorResourceRequirements : string * string * Nullable<int> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements
Public Shared Function AppPlatformGatewayOperatorResourceRequirements (Optional cpu As String = Nothing, Optional memory As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing) As AppPlatformGatewayOperatorResourceRequirements
Parameter
- cpu
- String
Die CPU, die jedem Spring Cloud Gateway Operator instance zugeordnet ist.
- memory
- String
Arbeitsspeicher, der jedem Spring Cloud Gateway Operator instance zugeordnet ist.
Gibt zurück
Eine neue AppPlatformGatewayOperatorResourceRequirements instance zum Simulieren.
Gilt für:
Azure SDK for .NET