IOperation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OperationTypeConverter))]
public interface IOperation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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) |