ContainerAppCustomScaleRule Class

Definition

Container App container Custom scaling rule.

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

Constructors

ContainerAppCustomScaleRule()

Initializes a new instance of ContainerAppCustomScaleRule.

Properties

Auth

Authentication secrets for the custom scale rule.

CustomScaleRuleType

Type of the custom scale rule eg: azure-servicebus, redis etc.

Metadata

Metadata properties to describe custom scale rule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppCustomScaleRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppCustomScaleRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppCustomScaleRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppCustomScaleRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppCustomScaleRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to