Megosztás a következőn keresztül:


ContainerAppJobScale Class

Definition

Scaling configurations for event driven jobs.

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

Constructors

ContainerAppJobScale()

Initializes a new instance of ContainerAppJobScale.

Properties

MaxExecutions

Maximum number of job executions that are created for a trigger, default 100.

MinExecutions

Minimum number of job executions that are created for a trigger, default 0.

PollingIntervalInSeconds

Interval to check each event source in seconds. Defaults to 30s.

Rules

Scaling rules.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppJobScale>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppJobScale>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppJobScale>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppJobScale>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppJobScale>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to