HdInsightSchema 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.HdInsightSchemaTypeConverter))]
public class HdInsightSchema : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IHdInsightSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.HdInsightSchemaTypeConverter))>]
type HdInsightSchema = class
interface IHdInsightSchema
interface IJsonSerializable
Public Class HdInsightSchema
Implements IHdInsightSchema
- Inheritance
-
HdInsightSchema
- Attributes
- Implements
Constructors
HdInsightSchema() |
Creates an new HdInsightSchema 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 HdInsightSchema. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HdInsightSchema. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IHdInsightSchema. |
FromJsonString(String) |
Creates a new instance of HdInsightSchema, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HdInsightSchema into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |