ComputeInstanceVersion 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.
Version of computeInstance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstanceVersionTypeConverter))]
public class ComputeInstanceVersion : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeInstanceVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |