ApplicationProperties Class
The HDInsight cluster application GET response.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ApplicationProperties(*, compute_profile: _models.ComputeProfile | None = None, install_script_actions: list['_models.RuntimeScriptAction'] | None = None, uninstall_script_actions: list['_models.RuntimeScriptAction'] | None = None, https_endpoints: list['_models.ApplicationGetHttpsEndpoint'] | None = None, ssh_endpoints: list['_models.ApplicationGetEndpoint'] | None = None, application_type: str | None = None, errors: list['_models.Errors'] | None = None, private_link_configurations: list['_models.PrivateLinkConfiguration'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
compute_profile
|
The list of roles in the cluster. Default value: None
|
|
install_script_actions
|
The list of install script actions. Default value: None
|
|
uninstall_script_actions
|
The list of uninstall script actions. Default value: None
|
|
https_endpoints
|
The list of application HTTPS endpoints. Default value: None
|
|
ssh_endpoints
|
The list of application SSH endpoints. Default value: None
|
|
application_type
|
The application type. Default value: None
|
|
errors
|
The list of errors. Default value: None
|
|
private_link_configurations
|
The private link configurations. Default value: None
|
Variables
| Name | Description |
|---|---|
|
compute_profile
|
The list of roles in the cluster. |
|
install_script_actions
|
The list of install script actions. |
|
uninstall_script_actions
|
The list of uninstall script actions. |
|
https_endpoints
|
The list of application HTTPS endpoints. |
|
ssh_endpoints
|
The list of application SSH endpoints. |
|
provisioning_state
|
The provisioning state of the application. |
|
application_type
|
The application type. |
|
application_state
|
The application state. |
|
errors
|
The list of errors. |
|
created_date
|
The application create date time. |
|
marketplace_identifier
|
The marketplace identifier. |
|
private_link_configurations
|
The private link configurations. |