ContainerAppJobScaleRule Class

Definition

Scaling rule.

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

Constructors

ContainerAppJobScaleRule()

Initializes a new instance of ContainerAppJobScaleRule.

Properties

Auth

Authentication secrets for the scale rule.

JobScaleRuleType

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

Metadata

Metadata properties to describe the scale rule.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Name

Scale Rule Name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppJobScaleRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppJobScaleRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppJobScaleRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppJobScaleRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppJobScaleRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to