ContainerAppTcpScaleRule Class

Definition

Container App container Tcp scaling rule.

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

Constructors

ContainerAppTcpScaleRule()

Initializes a new instance of ContainerAppTcpScaleRule.

Properties

Auth

Authentication secrets for the tcp scale rule.

Metadata

Metadata properties to describe tcp scale rule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppTcpScaleRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppTcpScaleRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppTcpScaleRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppTcpScaleRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppTcpScaleRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to