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
fun ApplicationPropertiesResponse(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)