VirtualMachineSchemaProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.VirtualMachineSchemaPropertiesTypeConverter))]
public class VirtualMachineSchemaProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IVirtualMachineSchemaProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.VirtualMachineSchemaPropertiesTypeConverter))>]
type VirtualMachineSchemaProperties = class
interface IVirtualMachineSchemaProperties
interface IJsonSerializable
Public Class VirtualMachineSchemaProperties
Implements IVirtualMachineSchemaProperties
- Inheritance
-
VirtualMachineSchemaProperties
- Attributes
- Implements
Constructors
VirtualMachineSchemaProperties() |
Creates an new VirtualMachineSchemaProperties instance. |
Properties
Address |
Public IP address of the virtual machine. |
AdministratorAccountPassword |
Password of admin account |
AdministratorAccountPrivateKeyData |
Private key data |
AdministratorAccountPublicKeyData |
Public key data |
AdministratorAccountUsername |
Username of admin account |
IsNotebookInstanceCompute |
Indicates whether this compute will be used for running notebooks. |
NotebookServerPort |
Notebook server port open for ssh connections. |
SshPort |
Port open for ssh connections. |
VirtualMachineSize |
Virtual Machine size |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineSchemaProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineSchemaProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IVirtualMachineSchemaProperties. |
FromJsonString(String) |
Creates a new instance of VirtualMachineSchemaProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineSchemaProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |