ApplicationProperties Class

The HDInsight cluster application GET response.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ApplicationProperties

Constructor

ApplicationProperties(*, compute_profile: Optional[azure.mgmt.hdinsight.models._models_py3.ComputeProfile] = None, install_script_actions: Optional[List[azure.mgmt.hdinsight.models._models_py3.RuntimeScriptAction]] = None, uninstall_script_actions: Optional[List[azure.mgmt.hdinsight.models._models_py3.RuntimeScriptAction]] = None, https_endpoints: Optional[List[azure.mgmt.hdinsight.models._models_py3.ApplicationGetHttpsEndpoint]] = None, ssh_endpoints: Optional[List[azure.mgmt.hdinsight.models._models_py3.ApplicationGetEndpoint]] = None, application_type: Optional[str] = None, errors: Optional[List[azure.mgmt.hdinsight.models._models_py3.Errors]] = None, private_link_configurations: Optional[List[azure.mgmt.hdinsight.models._models_py3.PrivateLinkConfiguration]] = None, **kwargs)

Parameters

compute_profile
ComputeProfile
Required

The list of roles in the cluster.

install_script_actions
list[RuntimeScriptAction]
Required

The list of install script actions.

uninstall_script_actions
list[RuntimeScriptAction]
Required

The list of uninstall script actions.

https_endpoints
list[ApplicationGetHttpsEndpoint]
Required

The list of application HTTPS endpoints.

ssh_endpoints
list[ApplicationGetEndpoint]
Required

The list of application SSH endpoints.

application_type
str
Required

The application type.

errors
list[Errors]
Required

The list of errors.

private_link_configurations
list[PrivateLinkConfiguration]
Required

The private link configurations.

Variables

provisioning_state
str

The provisioning state of the application.

application_state
str

The application state.

created_date
str

The application create date time.

marketplace_identifier
str

The marketplace identifier.