ApplicationPropertiesArgs

data class ApplicationPropertiesArgs(val applicationType: Output<String>? = null, val computeProfile: Output<ComputeProfileArgs>? = null, val errors: Output<List<ErrorsArgs>>? = null, val httpsEndpoints: Output<List<ApplicationGetHttpsEndpointArgs>>? = null, val installScriptActions: Output<List<RuntimeScriptActionArgs>>? = null, val privateLinkConfigurations: Output<List<PrivateLinkConfigurationArgs>>? = null, val sshEndpoints: Output<List<ApplicationGetEndpointArgs>>? = null, val uninstallScriptActions: Output<List<RuntimeScriptActionArgs>>? = null) : ConvertibleToJava<ApplicationPropertiesArgs>

The HDInsight cluster application GET response.

Constructors

Link copied to clipboard
constructor(applicationType: Output<String>? = null, computeProfile: Output<ComputeProfileArgs>? = null, errors: Output<List<ErrorsArgs>>? = null, httpsEndpoints: Output<List<ApplicationGetHttpsEndpointArgs>>? = null, installScriptActions: Output<List<RuntimeScriptActionArgs>>? = null, privateLinkConfigurations: Output<List<PrivateLinkConfigurationArgs>>? = null, sshEndpoints: Output<List<ApplicationGetEndpointArgs>>? = null, uninstallScriptActions: Output<List<RuntimeScriptActionArgs>>? = null)

Properties

Link copied to clipboard
val applicationType: Output<String>? = null

The application type.

Link copied to clipboard
val computeProfile: Output<ComputeProfileArgs>? = null

The list of roles in the cluster.

Link copied to clipboard
val errors: Output<List<ErrorsArgs>>? = null

The list of errors.

Link copied to clipboard

The list of application HTTPS endpoints.

Link copied to clipboard

The list of install script actions.

Link copied to clipboard

The private link configurations.

Link copied to clipboard

The list of application SSH endpoints.

Link copied to clipboard

The list of uninstall script actions.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationPropertiesArgs