TaskContainerExecutionInformation Class
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.
Contains information about the container which a Task is executing.
public class TaskContainerExecutionInformation
type TaskContainerExecutionInformation = class
Public Class TaskContainerExecutionInformation
- Inheritance
-
TaskContainerExecutionInformation
Constructors
TaskContainerExecutionInformation() |
Initializes a new instance of the TaskContainerExecutionInformation class. |
TaskContainerExecutionInformation(String, String, String) |
Initializes a new instance of the TaskContainerExecutionInformation class. |
Properties
ContainerId |
Gets or sets the ID of the container. |
Error |
Gets or sets detailed error information about the container. |
State |
Gets or sets the state of the container. |
Applies to
Azure SDK for .NET