ContainerAppWorkloadProfileStateProperties Class

Definition

Workload Profile resource specific properties.

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

Constructors

ContainerAppWorkloadProfileStateProperties()

Initializes a new instance of ContainerAppWorkloadProfileStateProperties.

Properties

CurrentCount

Current count of nodes.

MaximumCount

Maximum count of nodes.

MinimumCount

Minimum count of instances.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppWorkloadProfileStateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppWorkloadProfileStateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppWorkloadProfileStateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppWorkloadProfileStateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppWorkloadProfileStateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to