HdInsightProperties 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.
HDInsight compute properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsightPropertiesTypeConverter))]
public class HdInsightProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IHdInsightProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsightPropertiesTypeConverter))>]
type HdInsightProperties = class
interface IHdInsightProperties
interface IJsonSerializable
Public Class HdInsightProperties
Implements IHdInsightProperties
- Inheritance
-
HdInsightProperties
- Attributes
- Implements
Constructors
HdInsightProperties() |
Creates an new HdInsightProperties instance. |
Properties
Address |
Public IP address of the master node of the cluster. |
AdministratorAccountPassword |
Password of admin account |
AdministratorAccountPrivateKeyData |
Private key data |
AdministratorAccountPublicKeyData |
Public key data |
AdministratorAccountUsername |
Username of admin account |
SshPort |
Port open for ssh connections on the master node of the cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HdInsightProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HdInsightProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IHdInsightProperties. |
FromJsonString(String) |
Creates a new instance of HdInsightProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HdInsightProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |