EntityCurrentOperationStatus 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.
Information about the current status of an operation executing on an entity. Excludes potentially large data (such as the operation input) so it can be read with low latency.
public class EntityCurrentOperationStatus
type EntityCurrentOperationStatus = class
Public Class EntityCurrentOperationStatus
- Inheritance
-
EntityCurrentOperationStatus
Constructors
EntityCurrentOperationStatus() |
Properties
Id |
The unique identifier for this operation. |
Operation |
The name of the operation. |
ParentInstanceId |
The parent instance that called this operation. |
StartTime |
The UTC time at which the entity started processing this operation. |
Applies to
Azure SDK for .NET