Application Properties Response
data class ApplicationPropertiesResponse(val applicationState: String, val applicationType: String? = null, val computeProfile: ComputeProfileResponse? = null, val createdDate: String, val errors: List<ErrorsResponse>? = null, val httpsEndpoints: List<ApplicationGetHttpsEndpointResponse>? = null, val installScriptActions: List<RuntimeScriptActionResponse>? = null, val marketplaceIdentifier: String, val privateLinkConfigurations: List<PrivateLinkConfigurationResponse>? = null, val provisioningState: String, val sshEndpoints: List<ApplicationGetEndpointResponse>? = null, val uninstallScriptActions: List<RuntimeScriptActionResponse>? = null)
The HDInsight cluster application GET response.
Constructors
Link copied to clipboard
constructor(applicationState: String, applicationType: String? = null, computeProfile: ComputeProfileResponse? = null, createdDate: String, errors: List<ErrorsResponse>? = null, httpsEndpoints: List<ApplicationGetHttpsEndpointResponse>? = null, installScriptActions: List<RuntimeScriptActionResponse>? = null, marketplaceIdentifier: String, privateLinkConfigurations: List<PrivateLinkConfigurationResponse>? = null, provisioningState: String, sshEndpoints: List<ApplicationGetEndpointResponse>? = null, uninstallScriptActions: List<RuntimeScriptActionResponse>? = null)
Properties
Link copied to clipboard
The application state.
Link copied to clipboard
The application type.
Link copied to clipboard
The list of roles in the cluster.
Link copied to clipboard
The application create date time.
Link copied to clipboard
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 marketplace identifier.
Link copied to clipboard
The private link configurations.
Link copied to clipboard
The provisioning state of the application.
Link copied to clipboard
The list of application SSH endpoints.
Link copied to clipboard
The list of uninstall script actions.