Compartilhar via


ComputeInstanceLastOperation Class

Definition

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()

Applies to