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>
type AppPlatformGatewayOperatorResourceRequirements = class
    interface IJsonModel<AppPlatformGatewayOperatorResourceRequirements>
    interface IPersistableModel<AppPlatformGatewayOperatorResourceRequirements>
Public Class AppPlatformGatewayOperatorResourceRequirements
Implements IJsonModel(Of AppPlatformGatewayOperatorResourceRequirements), IPersistableModel(Of AppPlatformGatewayOperatorResourceRequirements)
Inheritance
System.Object
AppPlatformGatewayOperatorResourceRequirements
Implements
System.ClientModel.Primitives.IJsonModel<AppPlatformGatewayOperatorResourceRequirements> System.ClientModel.Primitives.IPersistableModel<AppPlatformGatewayOperatorResourceRequirements> System.ClientModel.Primitives.IPersistableModel<T>

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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 System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformGatewayOperatorResourceRequirements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.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 System.BinaryData.

Applies to