共用方式為


ComputeInstanceLastOperation Class

Definition

The last operation on ComputeInstance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstanceLastOperationTypeConverter))]
public class ComputeInstanceLastOperation : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeInstanceLastOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstanceLastOperationTypeConverter))>]
type ComputeInstanceLastOperation = class
    interface IComputeInstanceLastOperation
    interface IJsonSerializable
Public Class ComputeInstanceLastOperation
Implements IComputeInstanceLastOperation
Inheritance
ComputeInstanceLastOperation
Attributes
Implements

Constructors

Name Description
ComputeInstanceLastOperation()

Creates an new ComputeInstanceLastOperation instance.

Properties

Name Description
OperationName

Name of the last operation.

OperationStatus

Operation status.

OperationTime

Time of the last operation.

OperationTrigger

Trigger of operation.

Methods

Name Description
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.Api20240401.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