OperationInner Class

Definition

An operation on a resource.

public class OperationInner
type OperationInner = class
Public Class OperationInner
Inheritance
OperationInner

Constructors

OperationInner()

Initializes a new instance of the OperationInner class.

OperationInner(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>)

Initializes a new instance of the OperationInner class.

Properties

CreatedTime

Gets or sets time when operation has started.

Errors

Gets or sets any errors associate with the operation.

ExpirationTime

Gets or sets time when operation will expire.

GeoMasterOperationId

Gets or sets applicable only for stamp operation ids.

Id

Gets or sets operation ID.

ModifiedTime

Gets or sets time when operation has been updated.

Name

Gets or sets operation name.

Status

Gets or sets the current status of the operation. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'

Applies to