Share via


AppPlatformApiPortalResourceRequirements Class

Definition

Resource requests of the API portal.

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

Properties

Cpu

Cpu allocated to each API portal instance.

Memory

Memory allocated to each API portal instance.

Explicit Interface Implementations

IJsonModel<AppPlatformApiPortalResourceRequirements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformApiPortalResourceRequirements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformApiPortalResourceRequirements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformApiPortalResourceRequirements>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformApiPortalResourceRequirements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to