ComputeInstanceLastOperation 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.
The last operation on ComputeInstance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceLastOperationTypeConverter))]
public class ComputeInstanceLastOperation : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceLastOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceLastOperationTypeConverter))>]
type ComputeInstanceLastOperation = class
interface IComputeInstanceLastOperation
interface IJsonSerializable
Public Class ComputeInstanceLastOperation
Implements IComputeInstanceLastOperation
- Inheritance
-
ComputeInstanceLastOperation
- Attributes
- Implements
Constructors
ComputeInstanceLastOperation() |
Creates an new ComputeInstanceLastOperation instance. |
Properties
OperationName |
Name of the last operation. |
OperationStatus |
Operation status. |
OperationTime |
Time of the last operation. |
OperationTrigger |
Trigger of operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComputeInstanceLastOperation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComputeInstanceLastOperation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceLastOperation. |
FromJsonString(String) |
Creates a new instance of ComputeInstanceLastOperation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComputeInstanceLastOperation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |