ApplicationProperties interface
The HDInsight cluster application GET response.
Properties
application |
The application state. NOTE: This property will not be serialized. It can only be populated by the server. |
application |
The application type. |
compute |
The list of roles in the cluster. |
created |
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. |
https |
The list of application HTTPS endpoints. |
install |
The list of install script actions. |
marketplace |
The marketplace identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The private link configurations. |
provisioning |
The provisioning state of the application. NOTE: This property will not be serialized. It can only be populated by the server. |
ssh |
The list of application SSH endpoints. |
uninstall |
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
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
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[]