CloudTask.ExecutionInformation Property
Optional. Gets or sets information about the execution of the task. This property must have the default value for the Add Task operation.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public TaskExecutionInformation ExecutionInformation { get; set; }
public:
property TaskExecutionInformation^ ExecutionInformation {
TaskExecutionInformation^ get();
void set(TaskExecutionInformation^ value);
}
member ExecutionInformation : TaskExecutionInformation with get, set
Public Property ExecutionInformation As TaskExecutionInformation
Property Value
Type: Microsoft.Azure.Batch.Protocol.Models.TaskExecutionInformation
See Also
CloudTask Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top