ContainerAppJobTemplate Class

Definition

Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created.

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

Constructors

ContainerAppJobTemplate()

Initializes a new instance of ContainerAppJobTemplate.

Properties

Containers

List of container definitions for the Container App.

InitContainers

List of specialized containers that run before app containers.

Volumes

List of volume definitions for the Container App.

Explicit Interface Implementations

IJsonModel<ContainerAppJobTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppJobTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppJobTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppJobTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppJobTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to