Compartir a través de


IOperation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.OperationTypeConverter))]
public interface IOperation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.OperationTypeConverter))>]
type IOperation = interface
    interface IJsonSerializable
Public Interface IOperation
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CreatedTime

Time when operation has started.

Error

Any errors associate with the operation.

ExpirationTime

Time when operation will expire.

GeoMasterOperationId

Applicable only for stamp operation ids.

Id

Operation ID.

ModifiedTime

Time when operation has been updated.

Name

Operation name.

Status

The current status of the operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to