Share via


JobPreparationTaskExecutionInformation.ContainerInfo Property

Definition

Gets or sets information about the container under which the Task is executing.

[Newtonsoft.Json.JsonProperty(PropertyName="containerInfo")]
public Microsoft.Azure.Batch.Protocol.Models.TaskContainerExecutionInformation ContainerInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerInfo")>]
member this.ContainerInfo : Microsoft.Azure.Batch.Protocol.Models.TaskContainerExecutionInformation with get, set
Public Property ContainerInfo As TaskContainerExecutionInformation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if the Task runs in a container context.

Applies to