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
- 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.
Feedback
Submit and view feedback for