Share via


VirtualMachine Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.VirtualMachineTypeConverter))]
public class VirtualMachine : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.VirtualMachineTypeConverter))>]
type VirtualMachine = class
    interface IVirtualMachine
    interface IJsonSerializable
    interface ICompute
    interface IVirtualMachineSchema
    interface IValidates
Public Class VirtualMachine
Implements IValidates, IVirtualMachine
Inheritance
VirtualMachine
Attributes
Implements

Constructors

VirtualMachine()

Properties

Address
AdministratorAccount
AdministratorAccountPassword
AdministratorAccountPrivateKeyData
AdministratorAccountPublicKeyData
AdministratorAccountUsername
CreatedOn
Description
DisableLocalAuth
IsAttachedCompute
IsNotebookInstanceCompute
Location
ModifiedOn
NotebookServerPort
Property
ProvisioningError
ProvisioningState
ResourceId
Size
SshPort
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to