Share via


AppPlatformGatewayOperatorResourceRequirements Class

Definition

Properties of the Spring Cloud Gateway Operator.

public class AppPlatformGatewayOperatorResourceRequirements : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayOperatorResourceRequirements>
public class AppPlatformGatewayOperatorResourceRequirements
type AppPlatformGatewayOperatorResourceRequirements = class
    interface IJsonModel<AppPlatformGatewayOperatorResourceRequirements>
    interface IPersistableModel<AppPlatformGatewayOperatorResourceRequirements>
type AppPlatformGatewayOperatorResourceRequirements = class
Public Class AppPlatformGatewayOperatorResourceRequirements
Implements IJsonModel(Of AppPlatformGatewayOperatorResourceRequirements), IPersistableModel(Of AppPlatformGatewayOperatorResourceRequirements)
Public Class AppPlatformGatewayOperatorResourceRequirements
Inheritance
AppPlatformGatewayOperatorResourceRequirements
Implements

Properties

Cpu

Cpu allocated to each Spring Cloud Gateway Operator instance.

InstanceCount

Instance count of the Spring Cloud Gateway Operator.

Memory

Memory allocated to each Spring Cloud Gateway Operator instance.

Explicit Interface Implementations

IJsonModel<AppPlatformGatewayOperatorResourceRequirements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformGatewayOperatorResourceRequirements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformGatewayOperatorResourceRequirements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformGatewayOperatorResourceRequirements>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformGatewayOperatorResourceRequirements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to