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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET