Compartilhar via


JobExecutionTemplate Class

Definition

Job's execution template, containing container configuration for a job's execution

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobExecutionTemplateTypeConverter))]
public class JobExecutionTemplate : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionTemplate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobExecutionTemplateTypeConverter))>]
type JobExecutionTemplate = class
    interface IJobExecutionTemplate
    interface IJsonSerializable
Public Class JobExecutionTemplate
Implements IJobExecutionTemplate
Inheritance
JobExecutionTemplate
Attributes
Implements

Constructors

JobExecutionTemplate()

Creates an new JobExecutionTemplate instance.

Properties

Container

List of container definitions for the Container Apps Job.

InitContainer

List of specialized containers that run before job containers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobExecutionTemplate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobExecutionTemplate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionTemplate.

FromJsonString(String)

Creates a new instance of JobExecutionTemplate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobExecutionTemplate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to