OperationDetails 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.
Get Operation response object. Please note OperationDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DocumentClassifierBuildOperationDetails, DocumentModelBuildOperationDetails, DocumentModelComposeOperationDetails and DocumentModelCopyToOperationDetails.
public class OperationDetails
type OperationDetails = class
Public Class OperationDetails
- Inheritance
-
OperationDetails
- Derived
Properties
CreatedOn |
Date and time (UTC) when the operation was created. |
Error |
Gets the error that occurred during the operation. The value is |
Kind |
Type of operation. |
LastUpdatedOn |
Date and time (UTC) when the operation was last updated. |
OperationId |
Operation ID. |
PercentCompleted |
Operation progress (0-100). |
ResourceLocation |
URI of the resource targeted by this operation. |
ServiceVersion |
Service version used to create this operation. |
Status |
Operation status. |
Tags |
List of key-value tag attributes associated with the document model. |
Applies to
Azure SDK for .NET