New-AzMLWorkspaceHDInsightObject
Create an in-memory object for HDInsight.
Syntax
New-AzMLWorkspaceHDInsightObject
[-Description <String>]
[-DisableLocalAuth <Boolean>]
[-ResourceId <String>]
[-Address <String>]
[-AdministratorAccountPassword <String>]
[-AdministratorAccountPrivateKeyData <String>]
[-AdministratorAccountPublicKeyData <String>]
[-AdministratorAccountUsername <String>]
[-SshPort <Int32>]
[<CommonParameters>]
Description
Create an in-memory object for HDInsight.
Examples
Example 1: Create an in-memory object for HDInsight
New-AzMLWorkspaceHDInsightObject
Create an in-memory object for HDInsight
Parameters
-Address
Public IP address of the master node of the cluster.
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 |
-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 |
-SshPort
Port open for ssh connections on the master node of the cluster.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |