JobExecutionTemplate.InitContainer Property

Definition

List of specialized containers that run before job containers.

[Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionContainer> InitContainer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Owned)>]
member this.InitContainer : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionContainer> with get, set
Public Property InitContainer As List(Of IJobExecutionContainer)

Property Value

Implements

Attributes

Applies to