你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityCurrentOperationStatus Class

Definition

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

Name Description
EntityCurrentOperationStatus()

Properties

Name Description
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