Share via


AppPlatformServiceRegistryResourceRequirements Class

Definition

Resource request payload of Service Registry.

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

Properties

Cpu

Cpu allocated to each Service Registry instance.

InstanceCount

Instance count of the Service Registry.

Memory

Memory allocated to each Service Registry instance.

Explicit Interface Implementations

IJsonModel<AppPlatformServiceRegistryResourceRequirements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformServiceRegistryResourceRequirements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformServiceRegistryResourceRequirements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformServiceRegistryResourceRequirements>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformServiceRegistryResourceRequirements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to