JobReleaseTaskExecutionInformation.ContainerInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET