Compartilhar via


ComputeInstanceVersion Class

Definition

Version of computeInstance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceVersionTypeConverter))]
public class ComputeInstanceVersion : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceVersionTypeConverter))>]
type ComputeInstanceVersion = class
    interface IComputeInstanceVersion
    interface IJsonSerializable
Public Class ComputeInstanceVersion
Implements IComputeInstanceVersion
Inheritance
ComputeInstanceVersion
Attributes
Implements

Constructors

ComputeInstanceVersion()

Creates an new ComputeInstanceVersion instance.

Properties

Runtime

Runtime of compute instance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeInstanceVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeInstanceVersion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceVersion.

FromJsonString(String)

Creates a new instance of ComputeInstanceVersion, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeInstanceVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to