ApplicationProperties interface

The HDInsight cluster application GET response.

Properties

applicationState

The application state. NOTE: This property will not be serialized. It can only be populated by the server.

applicationType

The application type.

computeProfile

The list of roles in the cluster.

createdDate

The application create date time. NOTE: This property will not be serialized. It can only be populated by the server.

errors

The list of errors.

httpsEndpoints

The list of application HTTPS endpoints.

installScriptActions

The list of install script actions.

marketplaceIdentifier

The marketplace identifier. NOTE: This property will not be serialized. It can only be populated by the server.

privateLinkConfigurations

The private link configurations.

provisioningState

The provisioning state of the application. NOTE: This property will not be serialized. It can only be populated by the server.

sshEndpoints

The list of application SSH endpoints.

uninstallScriptActions

The list of uninstall script actions.

Property Details

applicationState

The application state. NOTE: This property will not be serialized. It can only be populated by the server.

applicationState?: string

Property Value

string

applicationType

The application type.

applicationType?: string

Property Value

string

computeProfile

The list of roles in the cluster.

computeProfile?: ComputeProfile

Property Value

createdDate

The application create date time. NOTE: This property will not be serialized. It can only be populated by the server.

createdDate?: string

Property Value

string

errors

The list of errors.

errors?: Errors[]

Property Value

Errors[]

httpsEndpoints

The list of application HTTPS endpoints.

httpsEndpoints?: ApplicationGetHttpsEndpoint[]

Property Value

installScriptActions

The list of install script actions.

installScriptActions?: RuntimeScriptAction[]

Property Value

marketplaceIdentifier

The marketplace identifier. NOTE: This property will not be serialized. It can only be populated by the server.

marketplaceIdentifier?: string

Property Value

string

privateLinkConfigurations

The private link configurations.

privateLinkConfigurations?: PrivateLinkConfiguration[]

Property Value

provisioningState

The provisioning state of the application. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

sshEndpoints

The list of application SSH endpoints.

sshEndpoints?: ApplicationGetEndpoint[]

Property Value

uninstallScriptActions

The list of uninstall script actions.

uninstallScriptActions?: RuntimeScriptAction[]

Property Value