Delen via


IHdInsight Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.HdInsightTypeConverter))]
public interface IHdInsight : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ICompute, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IHdInsightSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.HdInsightTypeConverter))>]
type IHdInsight = interface
    interface IJsonSerializable
    interface ICompute
    interface IHdInsightSchema
Public Interface IHdInsight
Implements ICompute, IHdInsightSchema
Derived
Attributes
Implements

Properties

Address

Public IP address of the master node of the cluster.

(Inherited from IHdInsightSchema)
AdministratorAccountPassword

Password of admin account

(Inherited from IHdInsightSchema)
AdministratorAccountPrivateKeyData

Private key data

(Inherited from IHdInsightSchema)
AdministratorAccountPublicKeyData

Public key data

(Inherited from IHdInsightSchema)
AdministratorAccountUsername

Username of admin account

(Inherited from IHdInsightSchema)
CreatedOn

The time at which the compute was created.

(Inherited from ICompute)
Description

The description of the Machine Learning compute.

(Inherited from ICompute)
DisableLocalAuth

Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

(Inherited from ICompute)
IsAttachedCompute

Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.

(Inherited from ICompute)
Location

Location for the underlying compute

(Inherited from ICompute)
ModifiedOn

The time at which the compute was last modified.

(Inherited from ICompute)
ProvisioningError

Errors during provisioning

(Inherited from ICompute)
ProvisioningState

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.

(Inherited from ICompute)
ResourceId

ARM resource id of the underlying compute

(Inherited from ICompute)
SshPort

Port open for ssh connections on the master node of the cluster.

(Inherited from IHdInsightSchema)
Type

The type of compute

(Inherited from ICompute)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to