Share via


AppPlatformGatewayResourceRequirements Class

Definition

Resource request payload of Spring Cloud Gateway.

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

Constructors

AppPlatformGatewayResourceRequirements()

Initializes a new instance of AppPlatformGatewayResourceRequirements.

Properties

Cpu

Cpu allocated to each Spring Cloud Gateway instance.

Memory

Memory allocated to each Spring Cloud Gateway instance.

Explicit Interface Implementations

IJsonModel<AppPlatformGatewayResourceRequirements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformGatewayResourceRequirements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformGatewayResourceRequirements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformGatewayResourceRequirements>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformGatewayResourceRequirements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to