New-AzMLWorkspaceVirtualMachineObject
Create an in-memory object for VirtualMachine.
Syntax
New-AzMLWorkspaceVirtualMachineObject
[-Description <String>]
[-DisableLocalAuth <Boolean>]
[-ResourceId <String>]
[-Address <String>]
[-AdministratorAccountPassword <String>]
[-AdministratorAccountPrivateKeyData <String>]
[-AdministratorAccountPublicKeyData <String>]
[-AdministratorAccountUsername <String>]
[-IsNotebookInstanceCompute <Boolean>]
[-NotebookServerPort <Int32>]
[-Size <String>]
[-SshPort <Int32>]
[<CommonParameters>]
Description
Create an in-memory object for VirtualMachine.
Examples
Example 1: Create an in-memory object for VirtualMachine
New-AzMLWorkspaceVirtualMachineObject
Create an in-memory object for VirtualMachine
Parameters
-Address
Public IP address of the virtual machine.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AdministratorAccountPassword
Password of admin account.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AdministratorAccountPrivateKeyData
Private key data.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AdministratorAccountPublicKeyData
Public key data.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AdministratorAccountUsername
Username of admin account.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Description
The description of the Machine Learning compute.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableLocalAuth
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsNotebookInstanceCompute
Indicates whether this compute will be used for running notebooks.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NotebookServerPort
Notebook server port open for ssh connections.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
ARM resource id of the underlying compute.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Size
Virtual Machine size.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SshPort
Port open for ssh connections.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Azure PowerShell