HdInsight 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.
A HDInsight compute.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsightTypeConverter))]
public class HdInsight : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IHdInsight, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.HdInsightTypeConverter))>]
type HdInsight = class
interface IHdInsight
interface IJsonSerializable
interface ICompute
interface IHdInsightSchema
interface IValidates
Public Class HdInsight
Implements IHdInsight, IValidates
- Inheritance
-
HdInsight
- Attributes
- Implements
Constructors
HdInsight() |
Creates an new HdInsight instance. |
Properties
Address |
Public IP address of the master node of the cluster. |
AdministratorAccount |
Admin credentials for master node of the cluster |
AdministratorAccountPassword |
Password of admin account |
AdministratorAccountPrivateKeyData |
Private key data |
AdministratorAccountPublicKeyData |
Public key data |
AdministratorAccountUsername |
Username of admin account |
CreatedOn |
The time at which the compute was created. |
Description |
The description of the Machine Learning compute. |
DisableLocalAuth |
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. |
IsAttachedCompute |
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. |
Location |
Location for the underlying compute |
ModifiedOn |
The time at which the compute was last modified. |
Property |
HDInsight compute properties |
ProvisioningError |
Errors during provisioning |
ProvisioningState |
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. |
ResourceId |
ARM resource id of the underlying compute |
SshPort |
Port open for ssh connections on the master node of the cluster. |
Type |
The type of compute |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HdInsight. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IHdInsight. |
FromJsonString(String) |
Creates a new instance of HdInsight, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |