TaskStatusInfo 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.
Info about the async task
public class TaskStatusInfo : Microsoft.Azure.AzureOperationResponse
type TaskStatusInfo = class
inherit AzureOperationResponse
Public Class TaskStatusInfo
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseTaskStatusInfo
Constructors
TaskStatusInfo() |
Initializes a new instance of the TaskStatusInfo class. |
Properties
AsyncTaskAggregatedResult |
Required. The result of the task |
Error |
Required. Error details for task's failures |
Result |
Required. Task's result |
Status |
Required. Task's status |
TaskId |
Required. Task's id |
TaskSteps |
Required. List of steps which are part of the task, with each step's status |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET